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

12345678

/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DActionSchema.java50 protected static final String ACTION_SCHEMA = "AttributeSchema";
226 AttributeSchema.Type type = as.getType();
230 if (type.equals(AttributeSchema.Type.SINGLE) ||
231 type.equals(AttributeSchema.Type.SINGLE_CHOICE)) {
239 if (type.equals(AttributeSchema.Type.SINGLE_CHOICE) ||
240 type.equals(AttributeSchema.Type.MULTIPLE_CHOICE)) {
253 if (!checkType && !type.equals(AttributeSchema.Type.LIST)) {
264 AttributeSchema.Syntax syntax = as.getSyntax();
267 if (syntax.equals(AttributeSchema.Syntax.STRING) ||
268 syntax.equals(AttributeSchema
[all...]
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/helpers/
H A DLoggingUpgradeHelper.java19 import com.sun.identity.sm.AttributeSchema;
50 && !AttributeSchema.ListOrder.INSERTION.equals(oldAttr.getListOrder())) {
H A DAgentServiceHelper.java21 import com.sun.identity.sm.AttributeSchema;
53 if (AttributeSchema.UIType.UNORDEREDLIST.equals(oldAttr.getUIType())) {
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/helpers/
H A DLoggingUpgradeHelper.java19 import com.sun.identity.sm.AttributeSchema;
50 && !AttributeSchema.ListOrder.INSERTION.equals(oldAttr.getListOrder())) {
H A DAgentServiceHelper.java21 import com.sun.identity.sm.AttributeSchema;
53 if (AttributeSchema.UIType.UNORDEREDLIST.equals(oldAttr.getUIType())) {
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DFSSAMLServiceModelImpl.java36 import com.sun.identity.sm.AttributeSchema;
82 AttributeSchema as = (AttributeSchema)attributeSchemas.get(name);
105 AttributeSchema as = (AttributeSchema)attributeSchemas.get(name);
127 AttributeSchema as = (AttributeSchema)attributeSchemas.get(name);
152 AttributeSchema as =
153 (AttributeSchema)attributeSchemas.get(name);
204 AttributeSchema a
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DFSSAMLServiceModelImpl.java36 import com.sun.identity.sm.AttributeSchema;
82 AttributeSchema as = (AttributeSchema)attributeSchemas.get(name);
105 AttributeSchema as = (AttributeSchema)attributeSchemas.get(name);
127 AttributeSchema as = (AttributeSchema)attributeSchemas.get(name);
152 AttributeSchema as =
153 (AttributeSchema)attributeSchemas.get(name);
204 AttributeSchema a
[all...]
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DCLIUtil.java39 import com.sun.identity.sm.AttributeSchema;
154 AttributeSchema as = (AttributeSchema)i.next();
155 if (as.getSyntax().equals(AttributeSchema.Syntax.PASSWORD)){
193 AttributeSchema as = (AttributeSchema)i.next();
194 if (as.getSyntax().equals(AttributeSchema.Syntax.PASSWORD)){
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DCLIUtil.java39 import com.sun.identity.sm.AttributeSchema;
154 AttributeSchema as = (AttributeSchema)i.next();
155 if (as.getSyntax().equals(AttributeSchema.Syntax.PASSWORD)){
193 AttributeSchema as = (AttributeSchema)i.next();
194 if (as.getSyntax().equals(AttributeSchema.Syntax.PASSWORD)){
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchemaImpl.java32 import static com.sun.identity.sm.AttributeSchema.ListOrder.*;
66 private AttributeSchema.Type type;
68 private AttributeSchema.UIType uitype;
70 private AttributeSchema.ListOrder listOrder;
72 private AttributeSchema.Syntax syntax;
120 * Constructor used by ServiceSchema to instantiate AttributeSchema objects.
143 public AttributeSchema.Type getType() {
150 public AttributeSchema.UIType getUIType() {
157 public AttributeSchema.ListOrder getListOrder() {
164 public AttributeSchema
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchemaImpl.java32 import static com.sun.identity.sm.AttributeSchema.ListOrder.INSERTION;
68 private AttributeSchema.Type type;
70 private AttributeSchema.UIType uitype;
72 private AttributeSchema.ListOrder listOrder;
74 private AttributeSchema.Syntax syntax;
126 * Constructor used by ServiceSchema to instantiate AttributeSchema objects.
149 public AttributeSchema.Type getType() {
156 public AttributeSchema.UIType getUIType() {
163 public AttributeSchema.ListOrder getListOrder() {
170 public AttributeSchema
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthenticationSchema.java33 import com.sun.identity.sm.AttributeSchema;
83 AttributeSchema as = getAttributeSchema(attr);
102 * Returns an <code>AttributeSchema</code> of the specified attribute name.
105 * @return the <code>AttributeSchema</code> of the attribute.
107 public AttributeSchema getAttributeSchema(String attr) {
114 * @return Set of <code>AttributeSchema</code>.
152 * @param values A map of the names of <code>AttributeSchema</code> to
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/org/forgerock/openam/cli/schema/
H A DGetAttributeSchemaChoiceValues.java34 import com.sun.identity.sm.AttributeSchema;
63 AttributeSchema attrSchema = ss.getAttributeSchema(attributeName);
81 private Map<String, String> getChoiceValues(AttributeSchema attrSchema) {
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/org/forgerock/openam/cli/schema/
H A DGetAttributeSchemaChoiceValues.java34 import com.sun.identity.sm.AttributeSchema;
63 AttributeSchema attrSchema = ss.getAttributeSchema(attributeName);
81 private Map<String, String> getChoiceValues(AttributeSchema attrSchema) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthenticationSchema.java33 import com.sun.identity.sm.AttributeSchema;
83 AttributeSchema as = getAttributeSchema(attr);
102 * Returns an <code>AttributeSchema</code> of the specified attribute name.
105 * @return the <code>AttributeSchema</code> of the attribute.
107 public AttributeSchema getAttributeSchema(String attr) {
114 * @return Set of <code>AttributeSchema</code>.
152 * @param values A map of the names of <code>AttributeSchema</code> to
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DPropertiesFinder.java34 import com.sun.identity.sm.AttributeSchema;
62 AttributeSchema as =
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DPropertiesFinder.java34 import com.sun.identity.sm.AttributeSchema;
62 AttributeSchema as =
/forgerock/openam/openam-oauth2/src/test/java/org/forgerock/openam/oauth2/rest/
H A DClientResourceTest.java45 import com.sun.identity.sm.AttributeSchema;
86 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));
90 .thenReturn(mock(AttributeSchema.class));
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DMAPCreateDeviceModelImpl.java38 import com.sun.identity.sm.AttributeSchema;
106 AttributeSchema as = (AttributeSchema)iter.next();
129 AttributeSchema as = (AttributeSchema)iter.next();
162 AttributeSchema as = (AttributeSchema)iter.next();
179 AttributeSchema as = getAttributeSchema((String)iter.next());
187 private AttributeSchema getAttributeSchema(String name) {
188 AttributeSchema a
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DMAPCreateDeviceModelImpl.java38 import com.sun.identity.sm.AttributeSchema;
106 AttributeSchema as = (AttributeSchema)iter.next();
129 AttributeSchema as = (AttributeSchema)iter.next();
162 AttributeSchema as = (AttributeSchema)iter.next();
179 AttributeSchema as = getAttributeSchema((String)iter.next());
187 private AttributeSchema getAttributeSchema(String name) {
188 AttributeSchema a
[all...]
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsResourceProvider.java19 import static com.sun.identity.sm.AttributeSchema.Syntax.*;
63 import com.sun.identity.sm.AttributeSchema;
94 public static final List<AttributeSchema.Syntax> NUMBER_SYNTAXES = Arrays.asList(NUMBER, DECIMAL, PERCENT, NUMBER_RANGE, DECIMAL_RANGE, DECIMAL_NUMBER);
256 for (AttributeSchema attribute : (Set<AttributeSchema>) schema.getAttributeSchemas()) {
304 private void addType(JsonValue result, String pointer, AttributeSchema attribute, ResourceBundle schemaI18n,
307 AttributeSchema.Type attributeType = attribute.getType();
308 AttributeSchema.Syntax syntax = attribute.getSyntax();
309 if (attributeType == AttributeSchema.Type.LIST && (
310 attribute.getUIType() == AttributeSchema
[all...]
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/idrepo/
H A DGetAttributes.java47 import com.sun.identity.sm.AttributeSchema;
146 AttributeSchema as = (AttributeSchema)i.next();
148 AttributeSchema.Syntax syntax = as.getSyntax();
150 (syntax == AttributeSchema.Syntax.PASSWORD);
171 AttributeSchema as = (AttributeSchema)i.next();
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/property/
H A DAgentPropertyXMLBuilder.java40 import com.sun.identity.sm.AttributeSchema;
131 AttributeSchema as = (AttributeSchema) i.next();
176 AttributeSchema as = (AttributeSchema)i.next();
236 AttributeSchema as = (AttributeSchema)i.next();
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/idrepo/
H A DGetAttributes.java47 import com.sun.identity.sm.AttributeSchema;
146 AttributeSchema as = (AttributeSchema)i.next();
148 AttributeSchema.Syntax syntax = as.getSyntax();
150 (syntax == AttributeSchema.Syntax.PASSWORD);
171 AttributeSchema as = (AttributeSchema)i.next();
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/property/
H A DAgentPropertyXMLBuilder.java40 import com.sun.identity.sm.AttributeSchema;
131 AttributeSchema as = (AttributeSchema) i.next();
176 AttributeSchema as = (AttributeSchema)i.next();
236 AttributeSchema as = (AttributeSchema)i.next();

Completed in 88 milliseconds

12345678