Searched refs:BUTTON (Results 1 - 14 of 14) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMDisplayType.java171 } else if (uiType == AttributeSchema.UIType.BUTTON) {
H A DAMServiceProfileModelImpl.java167 !uiType.equals(AttributeSchema.UIType.BUTTON) &&
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMDisplayType.java171 } else if (uiType == AttributeSchema.UIType.BUTTON) {
H A DAMServiceProfileModelImpl.java167 !uiType.equals(AttributeSchema.UIType.BUTTON) &&
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMAttributeSchema.java272 } else if (uitype.equals(AttributeSchema.UIType.BUTTON)) {
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMAttributeSchema.java272 } else if (uitype.equals(AttributeSchema.UIType.BUTTON)) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchema.java1101 * <code>LINK</code>, <code>BUTTON</code> and
1119 * The <code>BUTTON</code> attribute type specifies that the attribute
1122 public static final UIType BUTTON = new UIType("button"); field in class:AttributeSchema.UIType
/forgerock/openam-v13/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DLoginViewBean.java993 if (reqDataHash.get(BUTTON)!=null) {
1262 tmp = (String)reqDataHash.get(BUTTON);
1601 String strButton = (String) reqDataHash.get(BUTTON);
2226 public static final String BUTTON = "IDButton"; field in class:LoginViewBean
/forgerock/openam/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DLoginViewBean.java1004 if (reqDataHash.get(BUTTON)!=null) {
1284 tmp = (String)reqDataHash.get(BUTTON);
1623 String strButton = (String) reqDataHash.get(BUTTON);
2248 public static final String BUTTON = "IDButton"; field in class:LoginViewBean
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchema.java1135 * <code>LINK</code>, <code>BUTTON</code> and
1153 * The <code>BUTTON</code> attribute type specifies that the attribute
1156 public static final UIType BUTTON = new UIType("button"); field in class:AttributeSchema.UIType
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/property/
H A DPropertyXMLBuilderBase.java93 mapUITypeToName.put(AttributeSchema.UIType.BUTTON, "button");
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/property/
H A DPropertyXMLBuilderBase.java93 mapUITypeToName.put(AttributeSchema.UIType.BUTTON, "button");
/forgerock/openam-v13/openam-test/src/test/java/com/sun/identity/cli/schema/
H A DSchemaTest.java1126 assert (as.getUIType().equals(AttributeSchema.UIType.BUTTON));
/forgerock/openam/openam-test/src/test/java/com/sun/identity/cli/schema/
H A DSchemaTest.java1126 assert (as.getUIType().equals(AttributeSchema.UIType.BUTTON));

Completed in 72 milliseconds