public class IdentityClaimManager extends Object
Modifier and Type | Method and Description |
---|---|
org.wso2.carbon.user.core.claim.Claim[] |
getAllSupportedClaims(String dialectUri,
org.wso2.carbon.user.core.UserRealm realm)
Returns all supported claims for the given dialect.
|
org.wso2.carbon.user.core.claim.Claim[] |
getAllSupportedClaims(org.wso2.carbon.user.core.UserRealm realm)
Returns all supported claims.
|
static IdentityClaimManager |
getInstance() |
public static IdentityClaimManager getInstance() throws org.wso2.carbon.identity.base.IdentityException
org.wso2.carbon.identity.base.IdentityException
public org.wso2.carbon.user.core.claim.Claim[] getAllSupportedClaims(org.wso2.carbon.user.core.UserRealm realm) throws org.wso2.carbon.identity.base.IdentityException
realm
- user realmorg.wso2.carbon.identity.base.IdentityException
- if error occurs while building supported claimspublic org.wso2.carbon.user.core.claim.Claim[] getAllSupportedClaims(String dialectUri, org.wso2.carbon.user.core.UserRealm realm) throws org.wso2.carbon.identity.base.IdentityException
dialectUri
- claim dialect URIrealm
- user realmorg.wso2.carbon.identity.base.IdentityException
- if error occurs while building supported claimsCopyright © 2019 WSO2. All rights reserved.