Searched refs:getAttributeSchemas (Results 1 - 25 of 78) sorted by relevance

1234

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMTemplate.java133 public Set getAttributeSchemas() throws AMException, SSOException; method in interface:AMTemplate
H A DAMTemplateImpl.java105 public Set getAttributeSchemas() throws AMException, SSOException { method in class:AMTemplateImpl
106 return serviceSchema.getAttributeSchemas();
H A DAMOrgTemplateImpl.java111 public Set getAttributeSchemas() throws AMException, SSOException { method in class:AMOrgTemplateImpl
112 return serviceSchema.getAttributeSchemas();
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMTemplate.java133 public Set getAttributeSchemas() throws AMException, SSOException; method in interface:AMTemplate
H A DAMTemplateImpl.java105 public Set getAttributeSchemas() throws AMException, SSOException { method in class:AMTemplateImpl
106 return serviceSchema.getAttributeSchemas();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthenticationSchema.java116 public Set getAttributeSchemas() { method in class:AMAuthenticationSchema
117 return serviceSchema.getAttributeSchemas();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthenticationSchema.java116 public Set getAttributeSchemas() { method in class:AMAuthenticationSchema
117 return serviceSchema.getAttributeSchemas();
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/property/
H A DAgentPropertyXMLBuilder.java104 getAttributeSchemas(serviceName, olderAgentType);
164 private void getAttributeSchemas(String serviceName, boolean localized) method in class:AgentPropertyXMLBuilder
207 Set set = getAttributeSchemas(attrSchemas, attrNames);
220 public Set getAttributeSchemas() { method in class:AgentPropertyXMLBuilder
231 private Set getAttributeSchemas(Set attrSchemas, Set selectable) { method in class:AgentPropertyXMLBuilder
H A DPropertyXMLBuilder.java88 mapTypeToAttributeSchema = getAttributeSchemas(serviceName);
111 serviceSchema.getAttributeSchemas());
139 mapTypeToAttributeSchema.put(serviceSchema.getServiceType(), serviceSchema.getAttributeSchemas());
379 private Map getAttributeSchemas(String serviceName) method in class:PropertyXMLBuilder
391 Set set = getAttributeSchemas(type);
401 private Set getAttributeSchemas(SchemaType type) method in class:PropertyXMLBuilder
407 Set attributes = schema.getAttributeSchemas();
H A DSubConfigPropertyXMLBuilder.java103 Set attributes = serviceSchema.getAttributeSchemas();
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/property/
H A DAgentPropertyXMLBuilder.java104 getAttributeSchemas(serviceName, olderAgentType);
164 private void getAttributeSchemas(String serviceName, boolean localized) method in class:AgentPropertyXMLBuilder
207 Set set = getAttributeSchemas(attrSchemas, attrNames);
220 public Set getAttributeSchemas() { method in class:AgentPropertyXMLBuilder
231 private Set getAttributeSchemas(Set attrSchemas, Set selectable) { method in class:AgentPropertyXMLBuilder
H A DPropertyXMLBuilder.java88 mapTypeToAttributeSchema = getAttributeSchemas(serviceName);
111 serviceSchema.getAttributeSchemas());
139 mapTypeToAttributeSchema.put(serviceSchema.getServiceType(), serviceSchema.getAttributeSchemas());
379 private Map getAttributeSchemas(String serviceName) method in class:PropertyXMLBuilder
391 Set set = getAttributeSchemas(type);
401 private Set getAttributeSchemas(SchemaType type) method in class:PropertyXMLBuilder
407 Set attributes = schema.getAttributeSchemas();
H A DSubConfigPropertyXMLBuilder.java103 Set attributes = serviceSchema.getAttributeSchemas();
/forgerock/openam-v13/openam-upgrade/src/main/java/com/sun/identity/sm/
H A DServiceSchemaModifications.java193 schemaName, schema.getAttributeSchemas());
309 if (newSchema.getAttributeSchemas() != null) {
310 attrsAdded = getAttributesAdded(newSchema.getAttributeSchemas(), existingSchema.getAttributeSchemas());
344 if (newSchema.getAttributeSchemas() != null) {
345 attrsModified = getAttributesModified(newSchema.getAttributeSchemas(), existingSchema.getAttributeSchemas());
379 if (newSchema.getAttributeSchemas() != null) {
380 attrsDeleted = getAttributesDeleted(newSchema.getAttributeSchemas(), existingSchema.getAttributeSchemas());
[all...]
/forgerock/openam/openam-upgrade/src/main/java/com/sun/identity/sm/
H A DServiceSchemaModifications.java193 schemaName, schema.getAttributeSchemas());
309 if (newSchema.getAttributeSchemas() != null) {
310 attrsAdded = getAttributesAdded(newSchema.getAttributeSchemas(), existingSchema.getAttributeSchemas());
344 if (newSchema.getAttributeSchemas() != null) {
345 attrsModified = getAttributesModified(newSchema.getAttributeSchemas(), existingSchema.getAttributeSchemas());
379 if (newSchema.getAttributeSchemas() != null) {
380 attrsDeleted = getAttributesDeleted(newSchema.getAttributeSchemas(), existingSchema.getAttributeSchemas());
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMServiceProfileModelImpl.java159 Set attributeSchemas = xmlBuilder.getAttributeSchemas();
196 Set attributeSchemas = xmlBuilder.getAttributeSchemas();
228 attributeSchemas.addAll(xmlBuilder.getAttributeSchemas());
301 Set attributeSchemas = xmlBuilder.getAttributeSchemas();
H A DAMAdminUtils.java593 Set attributeSchemas = getAttributeSchemas(serviceName, schemaType,
609 private static Set getAttributeSchemas( method in class:AMAdminUtils
628 attributeSchemas = ss.getAttributeSchemas();
632 debug.warning("AMAdminUtils.getAttributeSchemas", e);
634 debug.warning("AMAdminUtils.getAttributeSchemas", e);
641 private static Set getAttributeSchemas( method in class:AMAdminUtils
645 return getAttributeSchemas(serviceName, schemaType, null);
661 Set attributeSchemas = getAttributeSchemas(serviceName, schemaType);
698 debug.warning("AMAdminUtils.getAttributeSchemas", e);
700 debug.warning("AMAdminUtils.getAttributeSchemas",
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMServiceProfileModelImpl.java159 Set attributeSchemas = xmlBuilder.getAttributeSchemas();
196 Set attributeSchemas = xmlBuilder.getAttributeSchemas();
228 attributeSchemas.addAll(xmlBuilder.getAttributeSchemas());
301 Set attributeSchemas = xmlBuilder.getAttributeSchemas();
H A DAMAdminUtils.java593 Set attributeSchemas = getAttributeSchemas(serviceName, schemaType,
609 private static Set getAttributeSchemas( method in class:AMAdminUtils
628 attributeSchemas = ss.getAttributeSchemas();
632 debug.warning("AMAdminUtils.getAttributeSchemas", e);
634 debug.warning("AMAdminUtils.getAttributeSchemas", e);
641 private static Set getAttributeSchemas( method in class:AMAdminUtils
645 return getAttributeSchemas(serviceName, schemaType, null);
661 Set attributeSchemas = getAttributeSchemas(serviceName, schemaType);
698 debug.warning("AMAdminUtils.getAttributeSchemas", e);
700 debug.warning("AMAdminUtils.getAttributeSchemas",
[all...]
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DCLIUtil.java151 Set attributeSchemas = schema.getAttributeSchemas();
190 Set attributeSchemas = ss.getAttributeSchemas();
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DCLIUtil.java151 Set attributeSchemas = schema.getAttributeSchemas();
190 Set attributeSchemas = ss.getAttributeSchemas();
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/idrepo/
H A DGetAttributes.java89 Set attrSchemas = getAttributeSchemas(type, adminSSOToken);
157 private Set getAttributeSchemas(String idType, SSOToken token) method in class:GetAttributes
167 attributeSchemas = svcSchema.getAttributeSchemas();
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/idrepo/
H A DGetAttributes.java89 Set attrSchemas = getAttributeSchemas(type, adminSSOToken);
157 private Set getAttributeSchemas(String idType, SSOToken token) method in class:GetAttributes
167 attributeSchemas = svcSchema.getAttributeSchemas();
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsConsoleServiceNameFilter.java125 final Set<AttributeSchema> attributeSchemas = getAttributeSchemas(serviceSchemaManager, schemaType, null);
135 private Set<AttributeSchema> getAttributeSchemas(ServiceSchemaManager serviceSchemaManager, SchemaType schemaType, method in class:SmsConsoleServiceNameFilter
147 attributeSchemas = ss.getAttributeSchemas();
151 debug.warning("ServiceInstanceCollectionHandler.getAttributeSchemas", e);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DMAPDeviceProfileModelImpl.java125 Set attributeSchemas = getAttributeSchemas(attributeNames);
178 private Set getAttributeSchemas(Set names) { method in class:MAPDeviceProfileModelImpl

Completed in 49 milliseconds

1234