Uses of Class
org.wso2.carbon.user.api.Claim
-
-
Uses of Claim in org.wso2.carbon.user.api
Fields in org.wso2.carbon.user.api declared as Claim Modifier and Type Field Description protected ClaimClaimMapping. claimThe claim objectMethods in org.wso2.carbon.user.api that return Claim Modifier and Type Method Description ClaimClaimManager. getClaim(String claimURI)The Claim object of the claim URIClaimClaimMapping. getClaim()Claim[]UserStoreManager. getUserClaimValues(String userName, String profileName)Get all claim values of the user in the profile.Methods in org.wso2.carbon.user.api with parameters of type Claim Modifier and Type Method Description voidClaimMapping. setClaim(Claim claim)Constructors in org.wso2.carbon.user.api with parameters of type Claim Constructor Description ClaimMapping(Claim claim, String mappedAttribute)
-