Uses of Class
net.bluemind.authentication.api.AuthUser
Packages that use AuthUser
-
Uses of AuthUser in net.bluemind.authentication.api
Fields in net.bluemind.authentication.api declared as AuthUserMethods in net.bluemind.authentication.api that return AuthUserModifier and TypeMethodDescriptionstatic AuthUser
AuthUser.create
(String domainUid, String uid, String displayName, User value, Set<String> roles, Map<String, Set<String>> rolesByOU, Map<String, String> settings) IAuthentication.getCurrentUser()
Methods in net.bluemind.authentication.api that return types with arguments of type AuthUserMethod parameters in net.bluemind.authentication.api with type arguments of type AuthUserModifier and TypeMethodDescriptionvoid
IAuthenticationAsync.getCurrentUser
(AsyncHandler<AuthUser> handler)