Searched refs:userPrincipal (Results 1 - 17 of 17) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/security/authentication/
H A DLoginCallbackImpl.java44 private Principal userPrincipal; field in class:LoginCallbackImpl
83 return userPrincipal;
86 public void setUserPrincipal(Principal userPrincipal) argument
88 this.userPrincipal = userPrincipal;
H A DLoginCallback.java46 public void setUserPrincipal(Principal userPrincipal); argument
/external/apache-http/src/org/apache/http/impl/client/
H A DDefaultUserTokenHandler.java56 Principal userPrincipal = null;
61 userPrincipal = getAuthPrincipal(targetAuthState);
62 if (userPrincipal == null) {
65 userPrincipal = getAuthPrincipal(proxyAuthState);
69 if (userPrincipal == null) {
75 userPrincipal = sslsession.getLocalPrincipal();
80 return userPrincipal;
/external/jetty/src/java/org/eclipse/jetty/security/
H A DDefaultIdentityService.java85 public UserIdentity newUserIdentity(final Subject subject, final Principal userPrincipal, final String[] roles) argument
87 return new DefaultUserIdentity(subject,userPrincipal,roles);
H A DDefaultUserIdentity.java39 public DefaultUserIdentity(Subject subject, Principal userPrincipal, String[] roles) argument
42 _userPrincipal=userPrincipal;
H A DIdentityService.java79 * @param userPrincipal Principal to include in UserIdentity. This will be returned from getUserPrincipal calls
83 UserIdentity newUserIdentity(Subject subject, Principal userPrincipal, String[] roles); argument
H A DMappedLoginService.java167 Principal userPrincipal = new KnownUser(userName,credential);
169 subject.getPrincipals().add(userPrincipal);
172 identity=_identityService.newUserIdentity(subject,userPrincipal,IdentityService.NO_ROLES);
188 Principal userPrincipal = new KnownUser(userName,credential);
190 subject.getPrincipals().add(userPrincipal);
198 UserIdentity identity=_identityService.newUserIdentity(subject,userPrincipal,roles);
H A DPropertyUserStore.java161 Principal userPrincipal = new KnownUser(username,credential);
163 subject.getPrincipals().add(userPrincipal);
176 _knownUserIdentities.put(username,_identityService.newUserIdentity(subject,userPrincipal,roleArray));
/external/robolectric/v1/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 326 milliseconds