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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdRepoAttributeValidator.java25 * $Id: IdRepoAttributeValidator.java,v 1.1 2009/11/10 01:48:01 hengming Exp $
42 public interface IdRepoAttributeValidator { interface
H A DIdRepoAttributeValidatorManager.java48 * <code>IdRepoAttributeValidator</code> for realm.
57 static Map<String, IdRepoAttributeValidator> validatorCache = new HashMap();
84 * Returns an instance of <code>IdRepoAttributeValidator</code> for
87 * @return an instance of <code>IdRepoAttributeValidator</code>
90 public IdRepoAttributeValidator getIdRepoAttributeValidator(String realm)
93 IdRepoAttributeValidator validator = validatorCache.get(realm);
128 validator = (IdRepoAttributeValidator)
H A DIdRepoAttributeValidatorImpl.java44 public class IdRepoAttributeValidatorImpl implements IdRepoAttributeValidator {
H A DIdServicesImpl.java427 IdRepoAttributeValidator attrValidator =
1693 IdRepoAttributeValidator attrValidator =
1796 IdRepoAttributeValidator attrValidator =
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdRepoAttributeValidator.java25 * $Id: IdRepoAttributeValidator.java,v 1.1 2009/11/10 01:48:01 hengming Exp $
42 public interface IdRepoAttributeValidator { interface
H A DIdRepoAttributeValidatorManager.java48 * <code>IdRepoAttributeValidator</code> for realm.
57 static Map<String, IdRepoAttributeValidator> validatorCache = new HashMap();
84 * Returns an instance of <code>IdRepoAttributeValidator</code> for
87 * @return an instance of <code>IdRepoAttributeValidator</code>
90 public IdRepoAttributeValidator getIdRepoAttributeValidator(String realm)
93 IdRepoAttributeValidator validator = validatorCache.get(realm);
128 validator = (IdRepoAttributeValidator)
H A DIdRepoAttributeValidatorImpl.java55 public class IdRepoAttributeValidatorImpl implements IdRepoAttributeValidator {
H A DIdServicesImpl.java401 IdRepoAttributeValidator attrValidator =
1667 IdRepoAttributeValidator attrValidator =
1770 IdRepoAttributeValidator attrValidator =

Completed in 40 milliseconds