Searched refs:BasicUserPrincipal (Results 1 – 10 of 10) sorted by relevance
49 public final class BasicUserPrincipal implements Principal { class53 public BasicUserPrincipal(final String username) { in BasicUserPrincipal() method in BasicUserPrincipal76 if (o instanceof BasicUserPrincipal) { in equals()77 BasicUserPrincipal that = (BasicUserPrincipal) o; in equals()
55 private final BasicUserPrincipal principal;71 this.principal = new BasicUserPrincipal(usernamePassword.substring(0, atColon)); in UsernamePasswordCredentials()74 this.principal = new BasicUserPrincipal(usernamePassword); in UsernamePasswordCredentials()91 this.principal = new BasicUserPrincipal(userName); in UsernamePasswordCredentials()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...