Package | Description |
---|---|
com.sap.security.um.user |
Modifier and Type | Method and Description |
---|---|
User |
UserProvider.getCurrentUser()
Returns the current authenticated user, or
null if no
there is no such user. |
User |
UserProvider.getUser(String name)
Returns the user which has the provided name, or
null if no
user with the provided name exists. |
User |
UserProvider.getUser(X509Certificate certificate)
Returns the user which has the provided X.509 client certificate assigned,
or
null if the provided certificate is not assigned to any
user. |
Copyright © 2016 SAP. All Rights Reserved.