org.eclipse.jetty.server
接口 Authentication.User
- 所有超级接口:
- Authentication
- 所有已知实现类:
- FormAuthenticator.FormAuthentication, SessionAuthentication, UserAuthentication
- 正在封闭接口:
- Authentication
public static interface Authentication.User
- extends Authentication
A successful Authentication with User information.
getAuthMethod
String getAuthMethod()
getUserIdentity
UserIdentity getUserIdentity()
isUserInRole
boolean isUserInRole(UserIdentity.Scope scope,
String role)
logout
void logout()
Copyright © 2013. All Rights Reserved.