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

12345678

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMServiceUtils.java35 import com.sun.identity.sm.AttributeSchema;
128 AttributeSchema attrSchema = ss.getAttributeSchema(attrSchemaName);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DPluginSchema.java216 public AttributeSchema getAttributeSchema(String attributeSchemaName) {
220 return (new AttributeSchema(asi, this));
H A DServiceSchema.java346 public AttributeSchema getAttributeSchema(String attributeName) {
348 return ((as == null) ? null : new AttributeSchema(as, ssm, this));
556 * A map of the names of <code>AttributeSchema</code> to
572 AttributeSchema as = getAttributeSchema(attrName);
602 AttributeSchema as = getAttributeSchema(attrName);
615 * A set of the names of <code>AttributeSchema</code>.
627 AttributeSchema as = getAttributeSchema(asName);
844 //In this case we've found an entry that is not an AttributeSchema, so this is definitely an
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/agentconfig/
H A DShowAgent.java44 import com.sun.identity.sm.AttributeSchema;
104 amid, AttributeSchema.Syntax.PASSWORD);
H A DShowAgentGroup.java44 import com.sun.identity.sm.AttributeSchema;
102 amid, AttributeSchema.Syntax.PASSWORD);
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/agentconfig/
H A DShowAgent.java44 import com.sun.identity.sm.AttributeSchema;
104 amid, AttributeSchema.Syntax.PASSWORD);
H A DShowAgentGroup.java44 import com.sun.identity.sm.AttributeSchema;
102 amid, AttributeSchema.Syntax.PASSWORD);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMServiceUtils.java35 import com.sun.identity.sm.AttributeSchema;
128 AttributeSchema attrSchema = ss.getAttributeSchema(attrSchemaName);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DPluginSchema.java216 public AttributeSchema getAttributeSchema(String attributeSchemaName) {
220 return (new AttributeSchema(asi, this));
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/rest/
H A DClientResource.java44 import com.sun.identity.sm.AttributeSchema;
281 AttributeSchema attributeSchema = serviceSchema.getAttributeSchema(value);
288 AttributeSchema.UIType uiType = attributeSchema.getUIType();
289 if (uiType != null && (uiType.equals(AttributeSchema.UIType.UNORDEREDLIST) ||
290 uiType.equals(AttributeSchema.UIType.ORDEREDLIST))){
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/realm/model/
H A DIDRepoModelImpl.java49 import com.sun.identity.sm.AttributeSchema;
236 AttributeSchema as = (AttributeSchema)iter.next();
362 AttributeSchema as = (AttributeSchema) iter.next();
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/configuration/
H A DConfigFedMonitoring.java48 import com.sun.identity.sm.AttributeSchema;
165 AttributeSchema as = (AttributeSchema)iu.next();
177 AttributeSchema as =
178 (AttributeSchema)attributeSchemas.get(
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/rest/
H A DClientResource.java45 import com.sun.identity.sm.AttributeSchema;
282 AttributeSchema attributeSchema = serviceSchema.getAttributeSchema(value);
289 AttributeSchema.UIType uiType = attributeSchema.getUIType();
290 if (uiType != null && (uiType.equals(AttributeSchema.UIType.UNORDEREDLIST) ||
291 uiType.equals(AttributeSchema.UIType.ORDEREDLIST))){
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/realm/model/
H A DIDRepoModelImpl.java49 import com.sun.identity.sm.AttributeSchema;
236 AttributeSchema as = (AttributeSchema)iter.next();
362 AttributeSchema as = (AttributeSchema) iter.next();
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/configuration/
H A DConfigFedMonitoring.java50 import com.sun.identity.sm.AttributeSchema;
167 AttributeSchema as = (AttributeSchema)iu.next();
179 AttributeSchema as =
180 (AttributeSchema)attributeSchemas.get(
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyDecision.java37 import com.sun.identity.sm.AttributeSchema;
111 AttributeSchema.Syntax actionSyntax = null;
120 if (!AttributeSchema.Syntax.BOOLEAN.equals(
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/agentconfig/
H A DAgentConfigInheritViewBean.java48 import com.sun.identity.sm.AttributeSchema;
215 AttributeSchema as = (AttributeSchema)nameToSchemas.get(
H A DGenericAgentProfileViewBean.java44 import com.sun.identity.sm.AttributeSchema;
180 AttributeSchema as = (AttributeSchema)i.next();
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMCommonNameGenerator.java38 import com.sun.identity.sm.AttributeSchema;
217 AttributeSchema as = (AttributeSchema)i.next();
H A DSubConfigMeta.java36 import com.sun.identity.sm.AttributeSchema;
165 AttributeSchema as = (AttributeSchema)i.next();
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/agentconfig/
H A DAgentConfigInheritViewBean.java48 import com.sun.identity.sm.AttributeSchema;
215 AttributeSchema as = (AttributeSchema)nameToSchemas.get(
H A DGenericAgentProfileViewBean.java44 import com.sun.identity.sm.AttributeSchema;
180 AttributeSchema as = (AttributeSchema)i.next();
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMCommonNameGenerator.java38 import com.sun.identity.sm.AttributeSchema;
217 AttributeSchema as = (AttributeSchema)i.next();
H A DSubConfigMeta.java36 import com.sun.identity.sm.AttributeSchema;
165 AttributeSchema as = (AttributeSchema)i.next();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyDecision.java37 import com.sun.identity.sm.AttributeSchema;
111 AttributeSchema.Syntax actionSyntax = null;
120 if (!AttributeSchema.Syntax.BOOLEAN.equals(

Completed in 1465 milliseconds

12345678