Searched defs:INVALID_CHARS (Results 1 - 7 of 7) sorted by relevance

/forgerock/openam-v13/openam-authentication/openam-auth-datastore/src/main/java/com/sun/identity/authentication/modules/datastore/
H A DDataStore.java63 private static final String INVALID_CHARS = field in class:DataStore
145 currentConfig, INVALID_CHARS));
/forgerock/openam/openam-authentication/openam-auth-datastore/src/main/java/com/sun/identity/authentication/modules/datastore/
H A DDataStore.java63 private static final String INVALID_CHARS = field in class:DataStore
145 currentConfig, INVALID_CHARS));
/forgerock/openam-v13/openam-authentication/openam-auth-membership/src/main/java/com/sun/identity/authentication/modules/membership/
H A DMembership.java84 private static final String INVALID_CHARS = field in class:Membership
361 regEx = CollectionHelper.getMapAttr(options, INVALID_CHARS);
/forgerock/openam/openam-authentication/openam-auth-jdbc/src/main/java/com/sun/identity/authentication/modules/jdbc/
H A DJDBC.java67 private static final String INVALID_CHARS = "forgerock-am-auth-jdbc-invalid-chars"; field in class:JDBC
316 validateUserName(userName, CollectionHelper.getMapAttr(options, INVALID_CHARS));
/forgerock/openam/openam-authentication/openam-auth-membership/src/main/java/com/sun/identity/authentication/modules/membership/
H A DMembership.java84 private static final String INVALID_CHARS = field in class:Membership
361 regEx = CollectionHelper.getMapAttr(options, INVALID_CHARS);
/forgerock/openam-v13/openam-authentication/openam-auth-ldap/src/main/java/com/sun/identity/authentication/modules/ldap/
H A DLDAP.java66 private static final String INVALID_CHARS = field in class:LDAP
231 currentConfig, INVALID_CHARS);
/forgerock/openam/openam-authentication/openam-auth-ldap/src/main/java/com/sun/identity/authentication/modules/ldap/
H A DLDAP.java68 private static final String INVALID_CHARS = field in class:LDAP
236 currentConfig, INVALID_CHARS);

Completed in 160 milliseconds