Searched refs:getAttributeSchemas (Results 26 - 50 of 78) sorted by relevance

1234

/forgerock/openam/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
H A DMAPCreateDeviceModelImpl.java159 required = getAttributeSchemas(names);
176 private Set getAttributeSchemas(Set names) { method in class:MAPCreateDeviceModelImpl
H A DSubConfigModelImpl.java174 Set attributeSchemas = xmlBuilder.getAttributeSchemas();
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMOrgTemplateImpl.java111 public Set getAttributeSchemas() throws AMException, SSOException { method in class:AMOrgTemplateImpl
112 return serviceSchema.getAttributeSchemas();
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/realm/model/
H A DRMRealmModelImpl.java230 Set attrSchemas = ss.getAttributeSchemas();
263 Set attrSchemas = ss.getAttributeSchemas();
301 Set attributeSchemas = ss.getAttributeSchemas();
H A DIDRepoModelImpl.java194 Set attributeSchemas = ss.getAttributeSchemas();
232 Set attrs = ss.getAttributeSchemas();
358 Set attrs = orgSchema.getAttributeSchemas();
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/realm/model/
H A DRMRealmModelImpl.java230 Set attrSchemas = ss.getAttributeSchemas();
263 Set attrSchemas = ss.getAttributeSchemas();
301 Set attributeSchemas = ss.getAttributeSchemas();
H A DIDRepoModelImpl.java194 Set attributeSchemas = ss.getAttributeSchemas();
232 Set attrs = ss.getAttributeSchemas();
358 Set attrs = orgSchema.getAttributeSchemas();
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/datastore/
H A DCreateDataStore.java129 Set attrs = orgSchema.getAttributeSchemas();
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/agentconfig/model/
H A DAgentsModel.java321 Map getAttributeSchemas(String agentType, Collection attributeNames); method in interface:AgentsModel
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/datastore/
H A DCreateDataStore.java129 Set attrs = orgSchema.getAttributeSchemas();
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/agentconfig/model/
H A DAgentsModel.java321 Map getAttributeSchemas(String agentType, Collection attributeNames); method in interface:AgentsModel
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DMAPCreateDeviceModelImpl.java159 required = getAttributeSchemas(names);
176 private Set getAttributeSchemas(Set names) { method in class:MAPCreateDeviceModelImpl
H A DSubConfigModelImpl.java174 Set attributeSchemas = xmlBuilder.getAttributeSchemas();
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/idm/model/
H A DEntitiesModelImpl.java255 Set attributeSchemas = getAttributeSchemas(
330 Set attributeSchemas = getAttributeSchemas(idType, agentType,
421 Set attributeSchemas =getAttributeSchemas(
449 private Set getAttributeSchemas( method in class:EntitiesModelImpl
466 attributeSchemas = svcSchema.getAttributeSchemas();
1418 Set attributes = serviceSchema.getAttributeSchemas();
1564 Set attributeSchemas = schema.getAttributeSchemas();
1641 Set attributeSchemas = schema.getAttributeSchemas();
1707 Set attributes = serviceSchema.getAttributeSchemas();
1811 Set attributeSchemas = schema.getAttributeSchemas();
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/idm/model/
H A DEntitiesModelImpl.java255 Set attributeSchemas = getAttributeSchemas(
330 Set attributeSchemas = getAttributeSchemas(idType, agentType,
421 Set attributeSchemas =getAttributeSchemas(
449 private Set getAttributeSchemas( method in class:EntitiesModelImpl
466 attributeSchemas = svcSchema.getAttributeSchemas();
1418 Set attributes = serviceSchema.getAttributeSchemas();
1564 Set attributeSchemas = schema.getAttributeSchemas();
1641 Set attributeSchemas = schema.getAttributeSchemas();
1707 Set attributes = serviceSchema.getAttributeSchemas();
1811 Set attributeSchemas = schema.getAttributeSchemas();
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/audit/model/
H A DAbstractAuditModel.java324 Set attributeSchemas = handlerSchema.getAttributeSchemas();
349 Set attributeSchemas = handlerSchema.getAttributeSchemas();
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/audit/model/
H A DAbstractAuditModel.java324 Set attributeSchemas = handlerSchema.getAttributeSchemas();
349 Set attributeSchemas = handlerSchema.getAttributeSchemas();
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/idrepo/
H A DGetAssignableServices.java143 Set attributes = serviceSchema.getAttributeSchemas();
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/idrepo/
H A DGetAssignableServices.java143 Set attributes = serviceSchema.getAttributeSchemas();
/forgerock/openam/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/sms/
H A DSmsConsoleServiceNameFilterTest.java75 given(mockServiceSchema.getAttributeSchemas()).willReturn(Collections.singleton(mockAttributeSchema));
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DFSSAMLServiceModelImpl.java201 Set aschemas = schema.getAttributeSchemas();
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DFSSAMLServiceModelImpl.java201 Set aschemas = schema.getAttributeSchemas();
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/agentconfig/
H A DAgentConfigInheritViewBean.java195 Map nameToSchemas = model.getAttributeSchemas(agentType,
H A DGenericAgentProfileViewBean.java121 attributeSchemas = blder.getAttributeSchemas();

Completed in 56 milliseconds

1234