Searched refs:validateAttributes (Results 1 - 25 of 53) sorted by relevance

123

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdRepoAttributeValidator.java60 void validateAttributes(Map<String, Set<String>> attrMap, method in interface:IdRepoAttributeValidator
H A DIdRepoAttributeValidatorImpl.java79 public void validateAttributes(Map<String, Set<String>> attrMap, method in class:IdRepoAttributeValidatorImpl
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdRepoAttributeValidator.java60 void validateAttributes(Map<String, Set<String>> attrMap, method in interface:IdRepoAttributeValidator
H A DIdRepoAttributeValidatorImpl.java100 public void validateAttributes(Map<String, Set<String>> attrMap, IdOperation idOp) throws IdRepoException { method in class:IdRepoAttributeValidatorImpl
/forgerock/openam-v13/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/sms/
H A DSmsJsonConverterTest.java176 given(serviceSchema.validateAttributes(Matchers.<Map>anyObject())).willReturn(true);
189 given(serviceSchema.validateAttributes(Matchers.<Map>anyObject())).willReturn(true);
232 given(serviceSchema.validateAttributes(Matchers.<Map>anyObject())).willReturn(false);
241 given(serviceSchema.validateAttributes(Matchers.<Map>anyObject())).willReturn(false);
249 given(serviceSchema.validateAttributes(any(Map.class))).willReturn(true);
/forgerock/openam/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/sms/
H A DSmsJsonConverterTest.java176 given(serviceSchema.validateAttributes(Matchers.<Map>anyObject())).willReturn(true);
189 given(serviceSchema.validateAttributes(Matchers.<Map>anyObject())).willReturn(true);
232 given(serviceSchema.validateAttributes(Matchers.<Map>anyObject())).willReturn(false);
241 given(serviceSchema.validateAttributes(Matchers.<Map>anyObject())).willReturn(false);
249 given(serviceSchema.validateAttributes(any(Map.class))).willReturn(true);
/forgerock/opendj2/ext/ant/lib/
H A Dant-antlr.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-antlr.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-antlr.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-antlr.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/validation/
H A DValidation.java168 public static void validateAttributes(AttrSet attrSet, Class cls, Guid guid) method in class:Validation
196 public static void validateAttributes(ModSet modSet, Class cls, Guid guid) method in class:Validation
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-antlr.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/validation/
H A DValidation.java168 public static void validateAttributes(AttrSet attrSet, Class cls, Guid guid) method in class:Validation
196 public static void validateAttributes(ModSet modSet, Class cls, Guid guid) method in class:Validation
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchemaImpl.java290 boolean validateAttributes(Map<String, Set<String>> attributeSet, boolean encodePassword) method in class:ServiceSchemaImpl
292 return (validateAttributes(attributeSet, encodePassword, null));
301 boolean validateAttributes(Map<String, Set<String>> attributeSet, boolean encodePassword, method in class:ServiceSchemaImpl
303 return (validateAttributes(null, attributeSet, encodePassword, orgName));
312 boolean validateAttributes(SSOToken ssoToken, Map<String, Set<String>> attributeSet, boolean method in class:ServiceSchemaImpl
314 return validateAttributes(ssoToken, attributeSet, encodePassword, orgName, false);
324 boolean validateAttributes(SSOToken ssoToken, Map<String, Set<String>> attributeSet, boolean method in class:ServiceSchemaImpl
360 return validateAttributes(null, attributeSet, false, null, true);
564 // and when ServiceSchema.validateAttributes(...) is called
H A DServiceSchema.java747 public boolean validateAttributes(Map attributeSet) throws SMSException { method in class:ServiceSchema
749 return (ss.validateAttributes(ssm.getSSOToken(), attributeSet, false,
767 public boolean validateAttributes(Map attributeSet, String orgName) method in class:ServiceSchema
770 return (ss.validateAttributes(ssm.getSSOToken(), attributeSet, false,
H A DPluginConfig.java165 ps.validateAttributes(newAttrs, true);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMTemplateImpl.java175 serviceSchema.validateAttributes(attributes);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMTemplateImpl.java175 serviceSchema.validateAttributes(attributes);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceSchemaImpl.java279 boolean validateAttributes(Map attributeSet, boolean encodePassword) method in class:ServiceSchemaImpl
281 return (validateAttributes(attributeSet, encodePassword, null));
290 boolean validateAttributes(Map attributeSet, boolean encodePassword, method in class:ServiceSchemaImpl
292 return (validateAttributes(null, attributeSet, encodePassword, orgName));
301 boolean validateAttributes(SSOToken ssoToken, Map attributeSet, boolean method in class:ServiceSchemaImpl
526 // and when ServiceSchema.validateAttributes(...) is called
H A DServiceSchema.java730 public boolean validateAttributes(Map attributeSet) throws SMSException { method in class:ServiceSchema
732 return (ss.validateAttributes(ssm.getSSOToken(), attributeSet, false,
750 public boolean validateAttributes(Map attributeSet, String orgName) method in class:ServiceSchema
753 return (ss.validateAttributes(ssm.getSSOToken(), attributeSet, false,
H A DPluginConfig.java165 ps.validateAttributes(newAttrs, true);
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsJsonConverter.java156 validAttributes = schema.validateAttributes(attributeValuePairs);
158 validAttributes = schema.validateAttributes(attributeValuePairs, realm);
344 (realm == null && schema.validateAttributes(result)) ||
345 (realm != null && schema.validateAttributes(result, realm))) {
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsJsonConverter.java191 validAttributes = schema.validateAttributes(attributeValuePairs);
193 validAttributes = schema.validateAttributes(attributeValuePairs, realm);
381 (realm == null && schema.validateAttributes(result)) ||
382 (realm != null && schema.validateAttributes(result, realm))) {
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DCreationTemplate.java605 boolean validateAttributes(AttrSet attrSet) throws UMSException, method in class:CreationTemplate
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DCreationTemplate.java605 boolean validateAttributes(AttrSet attrSet) throws UMSException, method in class:CreationTemplate

Completed in 61 milliseconds

123