Searched defs:hasAttributeSchema (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/idm/model/
H A DEntitiesModelImpl.java1786 return hasAttributeSchema(serviceName, SchemaType.USER);
1801 return hasAttributeSchema(serviceName, st);
1804 private boolean hasAttributeSchema(String serviceName, SchemaType type) { method in class:EntitiesModelImpl
1817 debug.warning("EntitiesModelImpl.hasAttributeSchema", e);
1819 debug.warning("EntitiesModelImpl.hasAttributeSchema", e);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/idm/model/
H A DEntitiesModelImpl.java1786 return hasAttributeSchema(serviceName, SchemaType.USER);
1801 return hasAttributeSchema(serviceName, st);
1804 private boolean hasAttributeSchema(String serviceName, SchemaType type) { method in class:EntitiesModelImpl
1817 debug.warning("EntitiesModelImpl.hasAttributeSchema", e);
1819 debug.warning("EntitiesModelImpl.hasAttributeSchema", e);

Completed in 73 milliseconds