Searched refs:AttributeSchema (Results 101 - 125 of 190) sorted by relevance

12345678

/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DSetAttributeSchemaStartRange.java39 import com.sun.identity.sm.AttributeSchema;
77 AttributeSchema attrSchema = ss.getAttributeSchema(
H A DSetAttributeSchemaValidator.java39 import com.sun.identity.sm.AttributeSchema;
77 AttributeSchema attrSchema = ss.getAttributeSchema(
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/controller/
H A DTabControllerBase.java36 import com.sun.identity.sm.AttributeSchema;
62 AttributeSchema as = schema.getAttributeSchema(
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/property/
H A DPropertyXMLBuilder.java35 import com.sun.identity.sm.AttributeSchema;
412 AttributeSchema as = (AttributeSchema)iter.next();
430 * of attribute schema (com.sun.identity.sm.AttributeSchema)
432 protected void onBeforeBuildingXML(Map<SchemaType, Set<AttributeSchema>> map) {
435 Set<AttributeSchema> attrs = map.get(SchemaType.GLOBAL);
437 Iterator<AttributeSchema> it = attrs.iterator();
462 AttributeSchema as = (AttributeSchema)j.next();
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/realm/model/
H A DRMRealmModelImpl.java45 import com.sun.identity.sm.AttributeSchema;
233 AttributeSchema as = (AttributeSchema)i.next();
234 if (as.getType() == AttributeSchema.Type.SINGLE_CHOICE) {
266 AttributeSchema as = (AttributeSchema)i.next();
304 AttributeSchema as = (AttributeSchema)i.next();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java45 import com.sun.identity.sm.AttributeSchema;
737 AttributeSchema as = getAgentAttributeSchema(attrName, agentType);
738 return (as.getType().equals(AttributeSchema.Type.LIST)) ?
875 AttributeSchema as = (AttributeSchema)i.next();
876 if (as.getType().equals(AttributeSchema.Type.VALIDATOR)) {
889 AttributeSchema as = (AttributeSchema)i.next();
1030 Set<AttributeSchema> attributeSchemas = getAgentAttributeSchemas(agentType);
1034 for (AttributeSchema a
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java46 import com.sun.identity.sm.AttributeSchema;
746 AttributeSchema as = getAgentAttributeSchema(attrName, agentType);
747 return (as.getType().equals(AttributeSchema.Type.LIST)) ?
884 AttributeSchema as = (AttributeSchema)i.next();
885 if (as.getType().equals(AttributeSchema.Type.VALIDATOR)) {
898 AttributeSchema as = (AttributeSchema)i.next();
1043 Set<AttributeSchema> attributeSchemas = getAgentAttributeSchemas(agentType);
1047 for (AttributeSchema a
[all...]
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOEntitlementListener.java38 import com.sun.identity.sm.AttributeSchema;
118 AttributeSchema as = getAttributeSchema();
143 AttributeSchema as = getAttributeSchema();
162 private AttributeSchema getAttributeSchema()
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOEntitlementListener.java41 import com.sun.identity.sm.AttributeSchema;
121 AttributeSchema as = getAttributeSchema();
146 AttributeSchema as = getAttributeSchema();
165 private AttributeSchema getAttributeSchema()
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/idm/model/
H A DEntitiesModelImpl.java58 import com.sun.identity.sm.AttributeSchema;
260 AttributeSchema as = (AttributeSchema)iter.next();
386 AttributeSchema as = (AttributeSchema)iter.next();
394 private boolean isRequiredAttribute(AttributeSchema as) {
426 AttributeSchema as = (AttributeSchema)i.next();
474 AttributeSchema as = (AttributeSchema)
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/idm/model/
H A DEntitiesModelImpl.java58 import com.sun.identity.sm.AttributeSchema;
260 AttributeSchema as = (AttributeSchema)iter.next();
386 AttributeSchema as = (AttributeSchema)iter.next();
394 private boolean isRequiredAttribute(AttributeSchema as) {
426 AttributeSchema as = (AttributeSchema)i.next();
474 AttributeSchema as = (AttributeSchema)
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchema.java25 * $Id: AttributeSchema.java,v 1.13 2009/01/13 06:56:08 mahesh_prasad_r Exp $
51 * The class <code>AttributeSchema</code> provides methods to access the
57 public class AttributeSchema { class
73 private AttributeSchema() { method in class:AttributeSchema
78 * <code>AttributeSchema</code> objects.
80 protected AttributeSchema(AttributeSchemaImpl as, ServiceSchemaManager ssm, method in class:AttributeSchema
86 debug.error("AttributeSchema:: IMPL is NULL");
90 protected AttributeSchema(AttributeSchemaImpl as, PluginSchema ps) { method in class:AttributeSchema
109 public AttributeSchema.Type getType() {
141 public AttributeSchema
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchema.java25 * $Id: AttributeSchema.java,v 1.13 2009/01/13 06:56:08 mahesh_prasad_r Exp $
51 * The class <code>AttributeSchema</code> provides methods to access the
57 public class AttributeSchema { class
73 private AttributeSchema() { method in class:AttributeSchema
78 * <code>AttributeSchema</code> objects.
80 protected AttributeSchema(AttributeSchemaImpl as, ServiceSchemaManager ssm, method in class:AttributeSchema
86 debug.error("AttributeSchema:: IMPL is NULL");
90 protected AttributeSchema(AttributeSchemaImpl as, PluginSchema ps) { method in class:AttributeSchema
109 public AttributeSchema.Type getType() {
141 public AttributeSchema
[all...]
H A DServiceSchema.java352 public AttributeSchema getAttributeSchema(String attributeName) {
354 return ((as == null) ? null : new AttributeSchema(as, ssm, this));
363 public Set<AttributeSchema> getAttributeSchemas() {
573 * A map of the names of <code>AttributeSchema</code> to
589 AttributeSchema as = getAttributeSchema(attrName);
619 AttributeSchema as = getAttributeSchema(attrName);
632 * A set of the names of <code>AttributeSchema</code>.
644 AttributeSchema as = getAttributeSchema(asName);
861 //In this case we've found an entry that is not an AttributeSchema, so this is definitely an
/forgerock/openam-v13/openam-test/src/test/java/com/sun/identity/cli/schema/
H A DSchemaTest.java42 import com.sun.identity.sm.AttributeSchema;
640 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");
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");
1012 assert (as.getType().equals(AttributeSchema
[all...]
/forgerock/openam/openam-test/src/test/java/com/sun/identity/cli/schema/
H A DSchemaTest.java42 import com.sun.identity.sm.AttributeSchema;
640 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");
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");
1012 assert (as.getType().equals(AttributeSchema
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DMAPModelBase.java42 import com.sun.identity.sm.AttributeSchema;
168 protected AttributeSchema getDeviceAttributeSchema(String name) {
169 AttributeSchema as = null;
H A DSubConfigModelImpl.java41 import com.sun.identity.sm.AttributeSchema;
178 AttributeSchema as = (AttributeSchema)i.next();
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/idrepo/
H A DGetAssignableServices.java46 import com.sun.identity.sm.AttributeSchema;
157 AttributeSchema as = (AttributeSchema)i.next();
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/idrepo/
H A DGetAssignableServices.java46 import com.sun.identity.sm.AttributeSchema;
157 AttributeSchema as = (AttributeSchema)i.next();
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DMAPModelBase.java42 import com.sun.identity.sm.AttributeSchema;
168 protected AttributeSchema getDeviceAttributeSchema(String name) {
169 AttributeSchema as = null;
H A DSubConfigModelImpl.java41 import com.sun.identity.sm.AttributeSchema;
178 AttributeSchema as = (AttributeSchema)i.next();
/forgerock/openam/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/sms/
H A DSmsConsoleServiceNameFilterTest.java28 import com.sun.identity.sm.AttributeSchema;
54 AttributeSchema mockAttributeSchema;
69 mockAttributeSchema = mock(AttributeSchema.class);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/audit/model/
H A DAbstractAuditModel.java33 import com.sun.identity.sm.AttributeSchema;
327 AttributeSchema as = (AttributeSchema) value;
353 attrNames.add(((AttributeSchema) as).getName());
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/audit/model/
H A DAbstractAuditModel.java33 import com.sun.identity.sm.AttributeSchema;
327 AttributeSchema as = (AttributeSchema) value;
353 attrNames.add(((AttributeSchema) as).getName());

Completed in 71 milliseconds

12345678