Home
last modified time | relevance | path

Searched refs:Authentication (Results 1 – 25 of 85) sorted by relevance

1234

/external/jetty/src/java/org/eclipse/jetty/server/
DAuthentication.java36 public interface Authentication interface
41 public interface User extends Authentication
53 public interface Wrapped extends Authentication
63 public interface Deferred extends Authentication
71 Authentication authenticate(ServletRequest request); in authenticate()
79 Authentication authenticate(ServletRequest request,ServletResponse response); in authenticate()
88 Authentication login(String username,Object password,ServletRequest request); in login()
98 public interface ResponseSent extends Authentication
126 public final static Authentication UNAUTHENTICATED = new Authentication(){@Override
135 public final static Authentication NOT_CHECKED = new Authentication(){@Override
[all …]
DRequest.java186 private Authentication _authentication;
474 public Authentication getAuthentication() in getAuthentication()
485 if (_authentication instanceof Authentication.Deferred) in getAuthType()
486 setAuthentication(((Authentication.Deferred)_authentication).authenticate(this)); in getAuthType()
488 if (_authentication instanceof Authentication.User) in getAuthType()
489 return ((Authentication.User)_authentication).getAuthMethod(); in getAuthType()
1324 if (_authentication instanceof Authentication.Deferred) in getUserIdentity()
1325 setAuthentication(((Authentication.Deferred)_authentication).authenticate(this)); in getUserIdentity()
1327 if (_authentication instanceof Authentication.User) in getUserIdentity()
1328 return ((Authentication.User)_authentication).getUserIdentity(); in getUserIdentity()
[all …]
/external/jetty/src/java/org/eclipse/jetty/security/authentication/
DDeferredAuthentication.java40 import org.eclipse.jetty.server.Authentication;
46 public class DeferredAuthentication implements Authentication.Deferred
64 public Authentication authenticate(ServletRequest request) in authenticate()
68Authentication authentication = _authenticator.validateRequest(request,__deferredResponse,true); in authenticate()
70 …cation!=null && (authentication instanceof Authentication.User) && !(authentication instanceof Aut… in authenticate()
76 …_previousAssociation=identity_service.associate(((Authentication.User)authentication).getUserIdent… in authenticate()
93 public Authentication authenticate(ServletRequest request, ServletResponse response) in authenticate()
100 Authentication authentication = _authenticator.validateRequest(request,response,true); in authenticate()
101 if (authentication instanceof Authentication.User && identity_service!=null) in authenticate()
102 …_previousAssociation=identity_service.associate(((Authentication.User)authentication).getUserIdent… in authenticate()
[all …]
DSpnegoAuthenticator.java31 import org.eclipse.jetty.server.Authentication;
32 import org.eclipse.jetty.server.Authentication.User;
65 …public Authentication validateRequest(ServletRequest request, ServletResponse response, boolean ma… in validateRequest()
84 return Authentication.UNAUTHENTICATED; in validateRequest()
90 return Authentication.SEND_CONTINUE; in validateRequest()
109 return Authentication.UNAUTHENTICATED; in validateRequest()
DBasicAuthenticator.java31 import org.eclipse.jetty.server.Authentication;
32 import org.eclipse.jetty.server.Authentication.User;
63 …public Authentication validateRequest(ServletRequest req, ServletResponse res, boolean mandatory) … in validateRequest()
101 return Authentication.UNAUTHENTICATED; in validateRequest()
105 return Authentication.SEND_CONTINUE; in validateRequest()
DFormAuthenticator.java42 import org.eclipse.jetty.server.Authentication;
43 import org.eclipse.jetty.server.Authentication.User;
194 Authentication cached=new SessionAuthentication(getAuthMethod(),user,password); in login()
201 …public Authentication validateRequest(ServletRequest req, ServletResponse res, boolean mandatory) … in validateRequest()
269 return Authentication.SEND_FAILURE; in validateRequest()
273Authentication authentication = (Authentication) session.getAttribute(SessionAuthentication.__J_AU… in validateRequest()
277 if (authentication instanceof Authentication.User && in validateRequest()
279 … !_loginService.validate(((Authentication.User)authentication).getUserIdentity())) in validateRequest()
319 return Authentication.UNAUTHENTICATED; in validateRequest()
354 return Authentication.SEND_CONTINUE; in validateRequest()
[all …]
DClientCertAuthenticator.java35 import org.eclipse.jetty.server.Authentication;
36 import org.eclipse.jetty.server.Authentication.User;
90 …public Authentication validateRequest(ServletRequest req, ServletResponse res, boolean mandatory) … in validateRequest()
137 return Authentication.SEND_FAILURE; in validateRequest()
140 return Authentication.UNAUTHENTICATED; in validateRequest()
DDigestAuthenticator.java40 import org.eclipse.jetty.server.Authentication;
41 import org.eclipse.jetty.server.Authentication.User;
155 …public Authentication validateRequest(ServletRequest req, ServletResponse res, boolean mandatory) … in validateRequest()
248 return Authentication.SEND_CONTINUE; in validateRequest()
251 return Authentication.UNAUTHENTICATED; in validateRequest()
DSessionAuthentication.java34 import org.eclipse.jetty.server.Authentication;
41 public class SessionAuthentication implements Authentication.User, Serializable, HttpSessionActivat…
/external/jetty/src/java/org/eclipse/jetty/security/
DSecurityHandler.java37 import org.eclipse.jetty.server.Authentication;
490 Authentication authentication = baseRequest.getAuthentication(); in handle()
491 if (authentication==null || authentication==Authentication.NOT_CHECKED) in handle()
492 …authentication=authenticator==null?Authentication.UNAUTHENTICATED:authenticator.validateRequest(re… in handle()
494 if (authentication instanceof Authentication.Wrapped) in handle()
496 request=((Authentication.Wrapped)authentication).getHttpServletRequest(); in handle()
497 response=((Authentication.Wrapped)authentication).getHttpServletResponse(); in handle()
500 if (authentication instanceof Authentication.ResponseSent) in handle()
504 else if (authentication instanceof Authentication.User) in handle()
506 Authentication.User userAuth = (Authentication.User)authentication; in handle()
[all …]
DAuthenticator.java27 import org.eclipse.jetty.server.Authentication;
28 import org.eclipse.jetty.server.Authentication.User;
68Authentication validateRequest(ServletRequest request, ServletResponse response, boolean mandatory… in validateRequest()
DUserAuthentication.java21 import org.eclipse.jetty.server.Authentication;
29 public class UserAuthentication implements Authentication.User
/external/tcpdump/tests/
Dospf3_auth-vv.out3 Options [V6, External, Router, Authentication Trailer]
8 Authentication Type HMAC, Length 48, SAID 1, CSN 0x00000000:52da4e0e
9 Authentication Data 0x0000: ca4d 7d58 69a5 da3c 2a69 0eda a732 9bee
10 Authentication Data 0x0010: 9d7f 448c 9f31 fbe4 a0e9 b39c 6da6 cca1
Dospf-gmpls.out3 Router-ID 10.255.245.35, Backbone Area, Authentication Type: none (0), 1 LSA
28 Router-ID 10.255.245.35, Backbone Area, Authentication Type: none (0), 1 LSA
53 Router-ID 10.255.245.35, Backbone Area, Authentication Type: none (0), 1 LSA
/external/wpa_supplicant_8/hostapd/
DREADME110 Access Entity, and Authentication Server. Supplicant is a component in
111 a station and it performs the authentication with the Authentication
113 between a Supplicant and an Authentication Server. In addition, it has a
118 IEEE 802.1X uses Extensible Authentication Protocol (EAP). The frames
120 (EAPOL) and the Authenticator relays these frames to the Authentication
121 Server (and similarly, relays the messages from the Authentication
122 Server to the Supplicant). The Authentication Server can be colocated with the
125 use an external Authentication Server and encapsulate EAP frame in the
141 Authentication Server. hostapd supports RADIUS encapsulation of EAP
142 packets, so the Authentication Server should be a RADIUS server, like
[all …]
/external/jetty/src/java/org/eclipse/jetty/client/
DHttpDestination.java32 import org.eclipse.jetty.client.security.Authentication;
70 private Authentication _proxyAuthentication;
149 public void addAuthorization(String pathSpec, Authentication authorization) in addAuthorization()
547 Authentication auth = (Authentication)_authorizations.match(ex.getRequestURI()); in doSend()
641 public Authentication getProxyAuthentication() in getProxyAuthentication()
646 public void setProxyAuthentication(Authentication authentication) in setProxyAuthentication()
DHttpClient.java31 import org.eclipse.jetty.client.security.Authentication;
93 private Authentication _proxyAuthentication;
592 public Authentication getProxyAuthentication() in getProxyAuthentication()
598 public void setProxyAuthentication(Authentication authentication) in setProxyAuthentication()
/external/curl/docs/
DRESOURCES35 RFC 2104 - Keyed-Hashing for Message Authentication
65 RFC 2617 - HTTP Authentication
83 RFC 4954 - SMTP Authentication
/external/libmicrohttpd/doc/chapters/
Dbibliography.inc17 Luotonen, A., and L. Stewart, "HTTP Authentication: Basic and Digest Access Authentication", RFC 26…
/external/srtp/
Dtiming13 set title "Authentication Only"
31 set title "Encryption and Authentication"
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/roboto/
Dawsqueryservice.py21 Authentication = 'sign-v2' variable in AWSQueryService
121 return [self.Authentication]
/external/curl/tests/data/
Dtest17515 Authentication-Info: Passport1.4 tname=MSPAuth,tname=MSPProf,tname=MSPConsent,tname=MSPSecAuth
33 Authentication-Info: Passport1.4 tname=MSPAuth,tname=MSPProf,tname=MSPConsent,tname=MSPSecAuth
Dtest17616 Authentication-Info: Passport1.4 tname=MSPAuth,tname=MSPProf,tname=MSPConsent,tname=MSPSecAuth
34 Authentication-Info: Passport1.4 tname=MSPAuth,tname=MSPProf,tname=MSPConsent,tname=MSPSecAuth
Dtest141817 HTTP/1.1 401 Authentication please!
54 HTTP/1.1 401 Authentication please!
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python3/httplib2/
D__init__.py416 class Authentication(object): class
470 class BasicAuthentication(Authentication):
472Authentication.__init__(self, credentials, host, request_uri, headers, response, content, http)
480 class DigestAuthentication(Authentication):
484Authentication.__init__(self, credentials, host, request_uri, headers, response, content, http)
538 class HmacDigestAuthentication(Authentication):
543Authentication.__init__(self, credentials, host, request_uri, headers, response, content, http)
598 class WsseAuthentication(Authentication):
607Authentication.__init__(self, credentials, host, request_uri, headers, response, content, http)
622 class GoogleLoginAuthentication(Authentication):
[all …]

1234