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

12345678

/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeUtils.java57 import com.sun.identity.sm.AttributeSchema;
890 AttributeSchema attrSchema = ss.getAttributeSchema(attributeName);
903 AttributeSchema attrSchema,
1158 AttributeSchema attrSchema = ss.getAttributeSchema(attrName);
1262 AttributeSchema attrSchema =
1297 AttributeSchema attrSchema =
2405 AttributeSchema attrSchema = ss.getAttributeSchema(attrName);
3268 AttributeSchema attrSchema =
3391 AttributeSchema attrSchema =
3423 AttributeSchema attrSchem
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DEntitlementService.java59 import com.sun.identity.sm.AttributeSchema;
142 AttributeSchema as = smgr.getGlobalSchema().getAttributeSchema(
169 AttributeSchema as = smgr.getGlobalSchema().getAttributeSchema(
H A DPrivilegeUtils.java68 import com.sun.identity.sm.AttributeSchema;
934 AttributeSchema.Syntax.BOOLEAN)) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DEntitlementService.java72 import com.sun.identity.sm.AttributeSchema;
160 AttributeSchema as = smgr.getGlobalSchema().getAttributeSchema(
187 AttributeSchema as = smgr.getGlobalSchema().getAttributeSchema(
H A DPrivilegeUtils.java70 import com.sun.identity.sm.AttributeSchema;
950 AttributeSchema.Syntax.BOOLEAN)) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSUtils.java143 public static final String SCHEMA_ATTRIBUTE = "AttributeSchema";
485 if (!AttributeSchema.Type.VALIDATOR.equals(serviceSchema.getAttributeSchema(name).getType())) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicy.java52 import com.sun.identity.sm.AttributeSchema;
1717 AttributeSchema.Syntax actionSyntax = null;
1726 if (AttributeSchema.Syntax.BOOLEAN.equals(
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicy.java52 import com.sun.identity.sm.AttributeSchema;
1717 AttributeSchema.Syntax actionSyntax = null;
1726 if (AttributeSchema.Syntax.BOOLEAN.equals(
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSUtils.java146 public static final String SCHEMA_ATTRIBUTE = "AttributeSchema";
195 * The children of the node AttributeSchema
527 if (!AttributeSchema.Type.VALIDATOR.equals(serviceSchema.getAttributeSchema(name).getType())) {
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/agentconfig/model/
H A DAgentsModelImpl.java52 import com.sun.identity.sm.AttributeSchema;
1112 AttributeSchema as = AMAdminUtils.getAttributeSchema(
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/agentconfig/model/
H A DAgentsModelImpl.java52 import com.sun.identity.sm.AttributeSchema;
1112 AttributeSchema as = AMAdminUtils.getAttributeSchema(
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DAMSetupServlet.java125 import com.sun.identity.sm.AttributeSchema;
1651 AttributeSchema as = ss.getAttributeSchema("iplanet-am-platform-server-list");
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DAMSetupServlet.java146 import com.sun.identity.sm.AttributeSchema;
1599 AttributeSchema as = ss.getAttributeSchema("iplanet-am-platform-server-list");
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DDirectoryServicesImpl.java92 import com.sun.identity.sm.AttributeSchema;
3024 AttributeSchema attrSchema = ss.getAttributeSchema(attrSchemaName);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DDirectoryServicesImpl.java92 import com.sun.identity.sm.AttributeSchema;
3024 AttributeSchema attrSchema = ss.getAttributeSchema(attrSchemaName);

Completed in 289 milliseconds

12345678