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
 Property[] Properties.getAdvancedProperties()
           
 Property[] Property.getChildProperties()
           
 Property[] Properties.getMandatoryProperties()
           
 Property[] Properties.getOptionalProperties()
           
 

Methods in org.wso2.carbon.user.api with parameters of type Property
 void Properties.setAdvancedProperties(Property[] advancedProperties)
           
 void Property.setChildProperties(Property[] childProperties)
           
 void Properties.setMandatoryProperties(Property[] mandatoryProperties)
           
 void Properties.setOptionalProperties(Property[] optionalProperties)
           
 

Constructors in org.wso2.carbon.user.api with parameters of type Property
Property(String name, String value, String description, Property[] childProperties)
           
 



Copyright © 2014 WSO2 Inc. All rights reserved.