Uses of Class
com.sap.security.um.user.PersistenceException
Packages that use PersistenceException
-
Uses of PersistenceException in com.sap.security.um.service
Methods in com.sap.security.um.service that throw PersistenceExceptionModifier and TypeMethodDescriptionstatic UserProvider
UserManagementAccessor.getUserProvider()
Returns user provider that provides read access to the user implementation. -
Uses of PersistenceException in com.sap.security.um.user
Methods in com.sap.security.um.user that throw PersistenceExceptionModifier and TypeMethodDescriptionUser.checkPassword
(char[] password) Deprecated.UserProvider.checkUserPassword
(String user, char[] password) Checks the provided password against the user's stored password.UserProvider.getCurrentUser()
Returns the current authenticated user, ornull
if no there is no such user.Returns the user which has the provided name, ornull
if no user with the provided name exists.UserProvider.getUser
(X509Certificate certificate) Returns the user which has the provided X.509 client certificate assigned, ornull
if the provided certificate is not assigned to any user.
UserProvider.checkUserPassword(String, char[])