Package nl.gx.webmanager.services.usermanager
-
Interface Summary Interface Description Group This type models groups ofUser
s.GroupManager GroupSearchFilter Instances of this interface are used to query the web user groups with theGroupManager.find(GroupSearchFilter, SortOptions)
method.NewsletterSubscription ProfileExtension This is the general type for profile extensions.ProfileExtensionProvider<T extends ProfileExtension> Defines the interface that need to be implemented by all providers of profile extensions.ProfileManager This type is the access point for retrieval ofProfileExtensionProvider
instances which are pluggable through theProfileProviderComponent
type.Realm TheUserManager
,GroupManager
andProfileManager
instances which are accessible through this type are specific for thisRealm
.RealmManager SearchFilter<T> A search filter that can be passed to search methods.SearchResult<T> SortOptions<T extends Enum<?>> User This type models users.UserManager This type contains methods to manage aUser
instances. -
Enum Summary Enum Description GroupSortBy RealmType Available RealmTypes.UserManagementException.Type -
Exception Summary Exception Description UserManagementException This is the general exception type which is used throughout the user management API.