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

12345678

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/admin/
H A DAdminInterfaceUtils.java45 import com.sun.identity.sm.AttributeSchema;
370 AttributeSchema as = ss.getAttributeSchema(an);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/password/ui/model/
H A DPWResetUserValidationModelImpl.java43 import com.sun.identity.sm.AttributeSchema;
300 AttributeSchema attrSchema =
H A DPWResetModelImpl.java42 import com.sun.identity.sm.AttributeSchema;
537 AttributeSchema as = schema.getAttributeSchema(attrName);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/admin/
H A DAdminInterfaceUtils.java45 import com.sun.identity.sm.AttributeSchema;
370 AttributeSchema as = ss.getAttributeSchema(an);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/password/ui/model/
H A DPWResetUserValidationModelImpl.java45 import com.sun.identity.sm.AttributeSchema;
302 AttributeSchema attrSchema =
H A DPWResetModelImpl.java42 import com.sun.identity.sm.AttributeSchema;
537 AttributeSchema as = schema.getAttributeSchema(attrName);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/cdm/clientschema/
H A DAMClientCapData.java54 import com.sun.identity.sm.AttributeSchema;
933 * Schema. To get the AttributeSchema of these elements, iterate through
951 * @return com.sun.identity.sm.AttributeSchema Look at OpenSSO
954 * @see com.sun.identity.sm.AttributeSchema
956 public AttributeSchema getAttributeSchema(String propName) {
958 AttributeSchema attrSchema = (AttributeSchema) map.get(propName);
971 AttributeSchema prop = (AttributeSchema) itr.next();
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/cdm/clientschema/
H A DAMClientCapData.java56 import com.sun.identity.sm.AttributeSchema;
935 * Schema. To get the AttributeSchema of these elements, iterate through
953 * @return com.sun.identity.sm.AttributeSchema Look at OpenSSO
956 * @see com.sun.identity.sm.AttributeSchema
958 public AttributeSchema getAttributeSchema(String propName) {
960 AttributeSchema attrSchema = (AttributeSchema) map.get(propName);
973 AttributeSchema prop = (AttributeSchema) itr.next();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DUserIdRepo.java40 import com.sun.identity.sm.AttributeSchema;
221 AttributeSchema as = (AttributeSchema) iter.next();
/forgerock/openam-v13/openam-test/src/test/java/com/sun/identity/log/
H A DAMLogTest.java46 import com.sun.identity.sm.AttributeSchema;
186 AttributeSchema status = globalSchema.getAttributeSchema(
193 AttributeSchema bufferSize = globalSchema.getAttributeSchema(
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DUserIdRepo.java43 import com.sun.identity.sm.AttributeSchema;
225 AttributeSchema as = (AttributeSchema) iter.next();
/forgerock/openam/openam-test/src/test/java/com/sun/identity/log/
H A DAMLogTest.java46 import com.sun.identity.sm.AttributeSchema;
186 AttributeSchema status = globalSchema.getAttributeSchema(
193 AttributeSchema bufferSize = globalSchema.getAttributeSchema(
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DConfigurationBase.java43 import com.sun.identity.sm.AttributeSchema;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyEvaluator.java69 import com.sun.identity.sm.AttributeSchema;
534 if (!AttributeSchema.Syntax.BOOLEAN.equals(schema.getSyntax())) {
635 if (!AttributeSchema.Syntax.BOOLEAN.equals(schema.getSyntax())) {
1552 as.getSyntax().equals(AttributeSchema.Syntax.BOOLEAN);
1601 as.getSyntax().equals(AttributeSchema.Syntax.BOOLEAN)) {
2212 if ((AttributeSchema.Syntax.BOOLEAN.equals(
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DConfigurationBase.java45 import com.sun.identity.sm.AttributeSchema;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DCreateServiceConfig.java268 AttributeSchema.Syntax syntax = as.getSyntax();
270 if (syntax.equals(AttributeSchema.Syntax.ENCRYPTED_PASSWORD) ||
271 syntax.equals(AttributeSchema.Syntax.PASSWORD)
H A DServiceManager.java428 // for AttributeSchema having the syntax of "password"
532 // for AttributeSchema having the syntax of "password"
1088 // Get the node list of all AttributeSchema
1095 if (syntax.equals(AttributeSchema.Syntax.PASSWORD.toString())) {
1158 sb.append(AttributeSchema.VALUE_BEGIN).append(encValue)
1159 .append(AttributeSchema.VALUE_END);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMModelBase.java72 import com.sun.identity.sm.AttributeSchema;
870 AttributeSchema attrSchema = subSchema.getAttributeSchema(asn);
885 protected boolean isDisplayed(AttributeSchema attrSchema) {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMModelBase.java74 import com.sun.identity.sm.AttributeSchema;
874 AttributeSchema attrSchema = subSchema.getAttributeSchema(asn);
889 protected boolean isDisplayed(AttributeSchema attrSchema) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DCreateServiceConfig.java268 AttributeSchema.Syntax syntax = as.getSyntax();
270 if (syntax.equals(AttributeSchema.Syntax.ENCRYPTED_PASSWORD) ||
271 syntax.equals(AttributeSchema.Syntax.PASSWORD)
H A DServiceManager.java428 // for AttributeSchema having the syntax of "password"
532 // for AttributeSchema having the syntax of "password"
1088 // Get the node list of all AttributeSchema
1095 if (syntax.equals(AttributeSchema.Syntax.PASSWORD.toString())) {
1158 sb.append(AttributeSchema.VALUE_BEGIN).append(encValue)
1159 .append(AttributeSchema.VALUE_END);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/model/
H A DPolicyModelImpl.java76 import com.sun.identity.sm.AttributeSchema;
471 AttributeSchema.Syntax syntax = actionSchema.getSyntax();
472 AttributeSchema.UIType uiType = actionSchema.getUIType();
474 if ((uiType != null) && (uiType == AttributeSchema.UIType.RADIO)) {
475 if (syntax == AttributeSchema.Syntax.BOOLEAN) {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/model/
H A DPolicyModelImpl.java76 import com.sun.identity.sm.AttributeSchema;
471 AttributeSchema.Syntax syntax = actionSchema.getSyntax();
472 AttributeSchema.UIType uiType = actionSchema.getUIType();
474 if ((uiType != null) && (uiType == AttributeSchema.UIType.RADIO)) {
475 if (syntax == AttributeSchema.Syntax.BOOLEAN) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyEvaluator.java71 import com.sun.identity.sm.AttributeSchema;
508 if (!AttributeSchema.Syntax.BOOLEAN.equals(schema.getSyntax())) {
1428 as.getSyntax().equals(AttributeSchema.Syntax.BOOLEAN);
1477 as.getSyntax().equals(AttributeSchema.Syntax.BOOLEAN)) {
2090 if ((AttributeSchema.Syntax.BOOLEAN.equals(
/forgerock/openam-v13/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...]

Completed in 99 milliseconds

12345678