/external/jetty/src/java/org/eclipse/jetty/server/ |
D | Authentication.java | 36 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 …]
|
D | Request.java | 186 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/ |
D | DeferredAuthentication.java | 40 import org.eclipse.jetty.server.Authentication; 46 public class DeferredAuthentication implements Authentication.Deferred 64 public Authentication authenticate(ServletRequest request) in authenticate() 68 … Authentication 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 …]
|
D | SpnegoAuthenticator.java | 31 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()
|
D | BasicAuthenticator.java | 31 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()
|
D | FormAuthenticator.java | 42 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() 273 …Authentication 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 …]
|
D | ClientCertAuthenticator.java | 35 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()
|
D | DigestAuthenticator.java | 40 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()
|
D | SessionAuthentication.java | 34 import org.eclipse.jetty.server.Authentication; 41 public class SessionAuthentication implements Authentication.User, Serializable, HttpSessionActivat…
|
/external/jetty/src/java/org/eclipse/jetty/security/ |
D | SecurityHandler.java | 37 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 …]
|
D | Authenticator.java | 27 import org.eclipse.jetty.server.Authentication; 28 import org.eclipse.jetty.server.Authentication.User; 68 …Authentication validateRequest(ServletRequest request, ServletResponse response, boolean mandatory… in validateRequest()
|
D | UserAuthentication.java | 21 import org.eclipse.jetty.server.Authentication; 29 public class UserAuthentication implements Authentication.User
|
/external/tcpdump/tests/ |
D | ospf3_auth-vv.out | 3 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
|
D | ospf-gmpls.out | 3 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/ |
D | README | 110 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/ |
D | HttpDestination.java | 32 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()
|
D | HttpClient.java | 31 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/ |
D | RESOURCES | 35 RFC 2104 - Keyed-Hashing for Message Authentication 65 RFC 2617 - HTTP Authentication 83 RFC 4954 - SMTP Authentication
|
/external/libmicrohttpd/doc/chapters/ |
D | bibliography.inc | 17 Luotonen, A., and L. Stewart, "HTTP Authentication: Basic and Digest Access Authentication", RFC 26…
|
/external/srtp/ |
D | timing | 13 set title "Authentication Only" 31 set title "Encryption and Authentication"
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/roboto/ |
D | awsqueryservice.py | 21 Authentication = 'sign-v2' variable in AWSQueryService 121 return [self.Authentication]
|
/external/curl/tests/data/ |
D | test175 | 15 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
|
D | test176 | 16 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
|
D | test1418 | 17 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__.py | 416 class Authentication(object): class 470 class BasicAuthentication(Authentication): 472 … Authentication.__init__(self, credentials, host, request_uri, headers, response, content, http) 480 class DigestAuthentication(Authentication): 484 … Authentication.__init__(self, credentials, host, request_uri, headers, response, content, http) 538 class HmacDigestAuthentication(Authentication): 543 … Authentication.__init__(self, credentials, host, request_uri, headers, response, content, http) 598 class WsseAuthentication(Authentication): 607 … Authentication.__init__(self, credentials, host, request_uri, headers, response, content, http) 622 class GoogleLoginAuthentication(Authentication): [all …]
|