|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ClaimManager
This is the interface to manage claims in the system. A claim is a name-value pair
| Method Summary | |
|---|---|
void |
addNewClaimMapping(ClaimMapping mapping)
Adds a new claim mapping |
void |
deleteClaimMapping(ClaimMapping mapping)
Deletes a claim mapping |
ClaimMapping[] |
getAllClaimMappings()
Gets all claim objects |
ClaimMapping[] |
getAllClaimMappings(String dialectUri)
Gets all claims in the dialect |
String[] |
getAllClaimUris()
Gets all claim URIs |
ClaimMapping[] |
getAllRequiredClaimMappings()
Gets all mandatory claims |
ClaimMapping[] |
getAllSupportClaimMappingsByDefault()
Gets all supported claims by default in the system. |
String |
getAttributeName(String claimURI)
Retrieves the attribute name of the claim URI. |
String |
getAttributeName(String domainName,
String claimURI)
|
Claim |
getClaim(String claimURI)
The Claim object of the claim URI |
ClaimMapping |
getClaimMapping(String claimURI)
Gets the claim mapping. |
void |
updateClaimMapping(ClaimMapping mapping)
Updates a claim mapping |
| Method Detail |
|---|
String getAttributeName(String claimURI)
throws UserStoreException
claimURI - The claim URI
UserStoreException
Claim getClaim(String claimURI)
throws UserStoreException
claimURI - The claim URI
UserStoreException
ClaimMapping getClaimMapping(String claimURI)
throws UserStoreException
claimURI - The claim URI
UserStoreException
ClaimMapping[] getAllSupportClaimMappingsByDefault()
throws UserStoreException
UserStoreException
ClaimMapping[] getAllClaimMappings()
throws UserStoreException
UserStoreException
ClaimMapping[] getAllClaimMappings(String dialectUri)
throws UserStoreException
dialectUri - The dialect URI
UserStoreException
ClaimMapping[] getAllRequiredClaimMappings()
throws UserStoreException
UserStoreException
String[] getAllClaimUris()
throws UserStoreException
UserStoreException
void addNewClaimMapping(ClaimMapping mapping)
throws UserStoreException
mapping - The claim mapping to be added
UserStoreException
void deleteClaimMapping(ClaimMapping mapping)
throws UserStoreException
mapping - The claim mapping to be deleted
UserStoreException
void updateClaimMapping(ClaimMapping mapping)
throws UserStoreException
mapping - The claim mapping to be updated
UserStoreException
String getAttributeName(String domainName,
String claimURI)
throws UserStoreException
domainName - claimURI -
UserStoreException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||