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

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/sasl/
H A DLdapSasl.java55 private static final String SASL_AUTHZ_ID = field in class:LdapSasl
71 * SASL_AUTHZ_ID property as the authorization id. If the SASL_AUTHZ_ID
109 String authzId = (env != null) ? (String)env.get(SASL_AUTHZ_ID) : null;

Completed in 34 milliseconds