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

/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DLdapLoginModule.java341 private String authcIdentity; field in class:LdapLoginModule
414 authcIdentity = (String)options.get(AUTHC_IDENTITY);
415 if (authcIdentity != null &&
416 (authcIdentity.indexOf(USERNAME_TOKEN) != -1)) {
417 identityMatcher = USERNAME_PATTERN.matcher(authcIdentity);
444 if (authcIdentity != null) {
754 String id = replaceUsernameToken(identityMatcher, authcIdentity);

Completed in 294 milliseconds