Package com.sap.security.um.service
Class UserManagementAccessor
java.lang.Object
com.sap.security.um.service.UserManagementAccessor
A common accessor to user management API implementation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UserManagementAccessor
Returns User Management Accessor used to get registered user provider.static UserProvider
Returns user provider that provides read access to the user implementation.
-
Constructor Details
-
UserManagementAccessor
public UserManagementAccessor()
-
-
Method Details
-
getInstance
Returns User Management Accessor used to get registered user provider.- Returns:
- User Management Accessor Instance
-
getUserProvider
Returns user provider that provides read access to the user implementation.- Returns:
- user provider instance
- Throws:
PersistenceException
- If there is a communication errors with the user store during search and read operations.
-