Authentication
public static interface Authentication.User extends Authentication
Authentication.Challenge, Authentication.Deferred, Authentication.Failed, Authentication.Failure, Authentication.ResponseSent, Authentication.SendSuccess, Authentication.User, Authentication.Wrapped
NOT_CHECKED, SEND_CONTINUE, SEND_FAILURE, SEND_SUCCESS, UNAUTHENTICATED
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getAuthMethod() |
|
UserIdentity |
getUserIdentity() |
|
boolean |
isUserInRole(UserIdentity.Scope scope,
java.lang.String role) |
|
void |
logout() |
java.lang.String getAuthMethod()
UserIdentity getUserIdentity()
boolean isUserInRole(UserIdentity.Scope scope, java.lang.String role)
void logout()
Copyright © 1995–2018 Webtide. All rights reserved.