Uses of Class
org.wso2.carbon.user.api.Property
-
-
Uses of Property in org.wso2.carbon.user.api
Methods in org.wso2.carbon.user.api that return Property Modifier and Type Method Description Property[]Properties. getAdvancedProperties()Property[]Property. getChildProperties()Property[]Properties. getMandatoryProperties()Property[]Properties. getOptionalProperties()Methods in org.wso2.carbon.user.api with parameters of type Property Modifier and Type Method Description voidProperties. setAdvancedProperties(Property[] advancedProperties)voidProperty. setChildProperties(Property[] childProperties)voidProperties. setMandatoryProperties(Property[] mandatoryProperties)voidProperties. setOptionalProperties(Property[] optionalProperties)Constructors in org.wso2.carbon.user.api with parameters of type Property Constructor Description Property(String name, String value, String description, Property[] childProperties)
-