Uses of Interface
com.sap.security.um.user.User

Packages that use User
com.sap.security.um.user   
 

Uses of User in com.sap.security.um.user
 

Methods in com.sap.security.um.user that return User
 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 © 2015 SAP. All Rights Reserved.