|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ProfileConfigurationManager
This is the interface to manage profiles in the system. A profile contains a set of claims.
| Method Summary | |
|---|---|
void |
addProfileConfig(ProfileConfiguration profileConfig)
Adds a profile configuration |
void |
deleteProfileConfig(ProfileConfiguration profileConfig)
Deletes a profile configuration |
ProfileConfiguration[] |
getAllProfiles()
Retrieves all profiles |
ProfileConfiguration |
getProfileConfig(String profileName)
Gets the profile configuration given the profile name. |
void |
updateProfileConfig(ProfileConfiguration profileConfig)
Updates a profile configuration |
| Method Detail |
|---|
ProfileConfiguration getProfileConfig(String profileName)
throws UserStoreException
profileName -
UserStoreException
void addProfileConfig(ProfileConfiguration profileConfig)
throws UserStoreException
profileConfig -
UserStoreException
void updateProfileConfig(ProfileConfiguration profileConfig)
throws UserStoreException
profileConfig -
UserStoreException
void deleteProfileConfig(ProfileConfiguration profileConfig)
throws UserStoreException
profileConfig -
UserStoreException
ProfileConfiguration[] getAllProfiles()
throws UserStoreException
UserStoreException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||