Searched defs:uiType (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/sms/
H A DSmsJsonConverterTest.java155 uiType, AttributeSchema.Type type, String resourceName) {
159 given(attributeSchema.getUIType()).willReturn(uiType);
154 addAttributeSchema(String valueName, AttributeSchema.Syntax syntax, AttributeSchema.UIType uiType, AttributeSchema.Type type, String resourceName) argument
/forgerock/openam/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/sms/
H A DSmsJsonConverterTest.java155 uiType, AttributeSchema.Type type, String resourceName) {
159 given(attributeSchema.getUIType()).willReturn(uiType);
154 addAttributeSchema(String valueName, AttributeSchema.Syntax syntax, AttributeSchema.UIType uiType, AttributeSchema.Type type, String resourceName) argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchema.java158 * @param uiType
166 public void setUIType(String uiType) throws SMSException, SSOException { argument
167 updateXMLDocument(SMSUtils.ATTRIBUTE_UITYPE, uiType);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeSchema.java158 * @param uiType
166 public void setUIType(String uiType) throws SMSException, SSOException { argument
167 updateXMLDocument(SMSUtils.ATTRIBUTE_UITYPE, uiType);

Completed in 29 milliseconds