|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProfileManager
This type is the access point for retrieval of ProfileExtensionProvider instances which are
pluggable through the
ProfileProviderComponent type.
| Method Summary | ||
|---|---|---|
void |
export(java.util.List<User> users,
java.io.OutputStream out)
Exports all profile extensions of the given users to the given output stream. |
|
|
find(java.lang.Class<T> providerClass)
Retrieves a profile extension provider for the given class in the Realm of this manager. |
|
| Method Detail |
|---|
<T extends ProfileExtensionProvider<?>> T find(java.lang.Class<T> providerClass)
throws UserManagementException
Realm of this manager. Note
that the type hierarchy is not taken into account for the search; i.e., the provider class must be an
exact match with the instance class of a registered provider component.
T - the type of profile extension providerproviderClass - the instance class of the profile extension provider component
UserManagementException - on error
void export(java.util.List<User> users,
java.io.OutputStream out)
throws java.io.IOException,
UserManagementException
users - the users which to exportout - the stream to export to
UserManagementException - on error
java.io.IOException - on an IO error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||