Searched refs:getAttributeSchema (Results 1 - 25 of 107) sorted by relevance

12345

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthenticationSchema.java83 AttributeSchema as = getAttributeSchema(attr);
107 public AttributeSchema getAttributeSchema(String attr) { method in class:AMAuthenticationSchema
108 return serviceSchema.getAttributeSchema(attr);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthenticationSchema.java83 AttributeSchema as = getAttributeSchema(attr);
107 public AttributeSchema getAttributeSchema(String attr) { method in class:AMAuthenticationSchema
108 return serviceSchema.getAttributeSchema(attr);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSMDiscoveryServiceModelImpl.java111 AttributeSchema as = schema.getAttributeSchema(
131 AttributeSchema as = schema.getAttributeSchema(
172 attributeSchemas.add(global.getAttributeSchema(
H A DMAPCreateDeviceModelImpl.java179 AttributeSchema as = getAttributeSchema((String)iter.next());
187 private AttributeSchema getAttributeSchema(String name) { method in class:MAPCreateDeviceModelImpl
193 as = internalInstance.getAttributeSchema(name);
196 as = externalInstance.getAttributeSchema(name);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSMDiscoveryServiceModelImpl.java111 AttributeSchema as = schema.getAttributeSchema(
131 AttributeSchema as = schema.getAttributeSchema(
172 attributeSchemas.add(global.getAttributeSchema(
H A DMAPCreateDeviceModelImpl.java179 AttributeSchema as = getAttributeSchema((String)iter.next());
187 private AttributeSchema getAttributeSchema(String name) { method in class:MAPCreateDeviceModelImpl
193 as = internalInstance.getAttributeSchema(name);
196 as = externalInstance.getAttributeSchema(name);
/forgerock/openam/openam-oauth2/src/test/java/org/forgerock/openam/oauth2/rest/
H A DClientResourceTest.java86 when(mockSubSchema.getAttributeSchema(eq("client"))).thenReturn(mock(AttributeSchema.class));
87 when(mockSubSchema.getAttributeSchema(eq("userpassword"))).thenReturn(mock(AttributeSchema.class));
88 when(mockSubSchema.getAttributeSchema(eq("realm"))).thenReturn(mock(AttributeSchema.class));
89 when(mockSubSchema.getAttributeSchema(eq("com.forgerock.openam.oauth2provider.clientType")))
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMCrypt.java58 .getAttributeSchema(attributeName);
93 .getAttributeSchema(attributeName);
125 AttributeSchema as = serviceSchema.getAttributeSchema(attributeName);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMCrypt.java58 .getAttributeSchema(attributeName);
93 .getAttributeSchema(attributeName);
125 AttributeSchema as = serviceSchema.getAttributeSchema(attributeName);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DPropertiesFinder.java63 ss.getAttributeSchema(ast.attributeName);
/forgerock/openam-v13/openam-oauth2/src/test/java/org/forgerock/openam/oauth2/rest/
H A DClientResourceTest.java95 when(mockSubSchema.getAttributeSchema(eq("client"))).thenReturn(mock(AttributeSchema.class));
96 when(mockSubSchema.getAttributeSchema(eq("userpassword"))).thenReturn(mock(AttributeSchema.class));
97 when(mockSubSchema.getAttributeSchema(eq("realm"))).thenReturn(mock(AttributeSchema.class));
98 when(mockSubSchema.getAttributeSchema(eq("com.forgerock.openam.oauth2provider.clientType")))
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOEntitlementListener.java118 AttributeSchema as = getAttributeSchema();
143 AttributeSchema as = getAttributeSchema();
162 private AttributeSchema getAttributeSchema() method in class:OpenSSOEntitlementListener
169 return globalSchema.getAttributeSchema(ATTR_NAME);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DPropertiesFinder.java63 ss.getAttributeSchema(ast.attributeName);
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOEntitlementListener.java121 AttributeSchema as = getAttributeSchema();
146 AttributeSchema as = getAttributeSchema();
165 private AttributeSchema getAttributeSchema() method in class:OpenSSOEntitlementListener
172 return globalSchema.getAttributeSchema(ATTR_NAME);
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/org/forgerock/openam/cli/schema/
H A DGetAttributeSchemaChoiceValues.java63 AttributeSchema attrSchema = ss.getAttributeSchema(attributeName);
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/org/forgerock/openam/cli/schema/
H A DGetAttributeSchemaChoiceValues.java63 AttributeSchema attrSchema = ss.getAttributeSchema(attributeName);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DPluginSchema.java216 public AttributeSchema getAttributeSchema(String attributeSchemaName) { method in class:PluginSchema
218 AttributeSchemaImpl asi = psi.getAttributeSchema(attributeSchemaName);
238 sb.append("\n").append(getAttributeSchema((String) i.next()));
H A DServiceSchema.java346 public AttributeSchema getAttributeSchema(String attributeName) { method in class:ServiceSchema
347 AttributeSchemaImpl as = ss.getAttributeSchema(attributeName);
362 answer.add(getAttributeSchema(attrName));
447 AttributeSchemaImpl as = ss.getAttributeSchema(attr);
572 AttributeSchema as = getAttributeSchema(attrName);
602 AttributeSchema as = getAttributeSchema(attrName);
627 AttributeSchema as = getAttributeSchema(asName);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DPluginSchema.java216 public AttributeSchema getAttributeSchema(String attributeSchemaName) { method in class:PluginSchema
218 AttributeSchemaImpl asi = psi.getAttributeSchema(attributeSchemaName);
238 sb.append("\n").append(getAttributeSchema((String) i.next()));
H A DServiceSchema.java352 public AttributeSchema getAttributeSchema(String attributeName) { method in class:ServiceSchema
353 AttributeSchemaImpl as = ss.getAttributeSchema(attributeName);
368 answer.add(getAttributeSchema(attrName));
453 AttributeSchemaImpl as = ss.getAttributeSchema(attr);
589 AttributeSchema as = getAttributeSchema(attrName);
619 AttributeSchema as = getAttributeSchema(attrName);
644 AttributeSchema as = getAttributeSchema(asName);
/forgerock/openam-v13/openam-test/src/test/java/com/sun/identity/cli/schema/
H A DSchemaTest.java640 AttributeSchema as = serviceSchema.getAttributeSchema("mock-add");
694 AttributeSchema as = serviceSchema.getAttributeSchema("mock-add");
739 AttributeSchema as = serviceSchema.getAttributeSchema("mock-add");
762 AttributeSchema as = serviceSchema.getAttributeSchema("mock-add");
792 as = serviceSchema.getAttributeSchema("mock-add");
843 AttributeSchema as = serviceSchema.getAttributeSchema("mock-add");
899 AttributeSchema as = serviceSchema.getAttributeSchema("mock-add");
954 AttributeSchema as = serviceSchema.getAttributeSchema("mock-add");
1011 AttributeSchema as = serviceSchema.getAttributeSchema("mock-add");
1068 AttributeSchema as = serviceSchema.getAttributeSchema("moc
[all...]
/forgerock/openam/openam-test/src/test/java/com/sun/identity/cli/schema/
H A DSchemaTest.java640 AttributeSchema as = serviceSchema.getAttributeSchema("mock-add");
694 AttributeSchema as = serviceSchema.getAttributeSchema("mock-add");
739 AttributeSchema as = serviceSchema.getAttributeSchema("mock-add");
762 AttributeSchema as = serviceSchema.getAttributeSchema("mock-add");
792 as = serviceSchema.getAttributeSchema("mock-add");
843 AttributeSchema as = serviceSchema.getAttributeSchema("mock-add");
899 AttributeSchema as = serviceSchema.getAttributeSchema("mock-add");
954 AttributeSchema as = serviceSchema.getAttributeSchema("mock-add");
1011 AttributeSchema as = serviceSchema.getAttributeSchema("mock-add");
1068 AttributeSchema as = serviceSchema.getAttributeSchema("moc
[all...]
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsJsonConverter.java96 final AttributeSchema attributeSchema = this.schema.getAttributeSchema((String) attributeName);
213 AttributeSchema attributeSchema = schema.getAttributeSchema(attributeName);
374 if (!value.isEmpty() || !isPassword(schema.getAttributeSchema(attributeName).getSyntax())) {
395 final AttributeSchema attributeSchema = schema.getAttributeSchema(attributeName);
401 final AttributeSchema attributeSchema = schema.getAttributeSchema(attributeName);
496 final String resourceName = schema.getAttributeSchema(attributeName).getResourceName();
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DModifyAttributeSchemaAny.java77 AttributeSchema attrSchema = ss.getAttributeSchema(
H A DModifyAttributeSchemaI18nKey.java77 AttributeSchema attrSchema = ss.getAttributeSchema(

Completed in 84 milliseconds

12345