Home
last modified time | relevance | path

Searched refs:getUserPrincipal (Results 1 – 25 of 36) sorted by relevance

12

/external/jetty/src/java/org/eclipse/jetty/server/
DUserIdentity.java45 Principal getUserPrincipal(); in getUserPrincipal() method
100 public Principal getUserPrincipal()
DServletRequestHttpWrapper.java116 public Principal getUserPrincipal() in getUserPrincipal() method in ServletRequestHttpWrapper
DNCSARequestLog.java494 … buf.append(((Authentication.User)authentication).getUserIdentity().getUserPrincipal().getName()); in log()
DRequest.java978 Principal p = getUserPrincipal(); in getRemoteUser()
1354 public Principal getUserPrincipal() in getUserPrincipal() method in Request
1362 return user.getUserPrincipal(); in getUserPrincipal()
/external/jetty/src/java/org/eclipse/jetty/security/
DMappedLoginService.java222 UserPrincipal principal = (UserPrincipal)user.getUserPrincipal(); in login()
232 if (_users.containsKey(user.getUserPrincipal().getName())) in validate()
235 if (loadUser(user.getUserPrincipal().getName())!=null) in validate()
DSpnegoUserIdentity.java47 public Principal getUserPrincipal() in getUserPrincipal() method in SpnegoUserIdentity
DDefaultUserIdentity.java51 public Principal getUserPrincipal() in getUserPrincipal() method in DefaultUserIdentity
/external/apache-http/src/org/apache/http/auth/
DCredentials.java50 Principal getUserPrincipal(); in getUserPrincipal() method
DUsernamePasswordCredentials.java95 public Principal getUserPrincipal() { in getUserPrincipal() method in UsernamePasswordCredentials
DNTCredentials.java122 public Principal getUserPrincipal() { in getUserPrincipal() method in NTCredentials
/external/jetty/src/java/org/eclipse/jetty/security/authentication/
DLoginCallback.java44 public Principal getUserPrincipal(); in getUserPrincipal() method
DLoginCallbackImpl.java81 public Principal getUserPrincipal() in getUserPrincipal() method in LoginCallbackImpl
DSessionAuthentication.java62 _name=_userIdentity.getUserPrincipal().getName(); in SessionAuthentication()
/external/apache-http/src/org/apache/http/impl/client/
DDefaultUserTokenHandler.java88 return creds.getUserPrincipal(); in getAuthPrincipal()
/external/apache-http/src/org/apache/http/impl/auth/
DBasicScheme.java171 tmp.append(credentials.getUserPrincipal().getName()); in authenticate()
DDigestScheme.java298 String uname = credentials.getUserPrincipal().getName(); in createDigest()
405 String uname = credentials.getUserPrincipal().getName(); in createDigestHeader()
/external/jetty/src/java/org/eclipse/jetty/servlets/
DDoSFilter.java359 …oteAddr() + ",session=" + request.getRequestedSessionId() + ",user=" + request.getUserPrincipal()); in doFilter()
368 …oteAddr() + ",session=" + request.getRequestedSessionId() + ",user=" + request.getUserPrincipal()); in doFilter()
375 …oteAddr() + ",session=" + request.getRequestedSessionId() + ",user=" + request.getUserPrincipal()); in doFilter()
DQoSFilter.java255 if (baseRequest.getUserPrincipal() != null ) in getPriority()
/external/guice/extensions/servlet/lib/build/
Dservlet-api-2.5.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/external/guice/extensions/struts2/lib/
Dservlet-api-2.5.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/external/guice/extensions/persist/lib/
Dservlet-api-2.5.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Djavax.servlet_2.5.0.v200910301333.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/jetty/lib/
Djavax.servlet-3.0.0.v201112011016.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/caliper/lib/
Djsr311-api-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/ws/ javax/ ...
/external/robolectric/v1/lib/main/
Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...

12