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.


嵌套类摘要
 
从接口 org.eclipse.jetty.server.Authentication 继承的嵌套类/接口
Authentication.Challenge, Authentication.Deferred, Authentication.Failure, Authentication.ResponseSent, Authentication.SendSuccess, Authentication.User, Authentication.Wrapped
 
字段摘要
 
从接口 org.eclipse.jetty.server.Authentication 继承的字段
NOT_CHECKED, SEND_CONTINUE, SEND_FAILURE, SEND_SUCCESS, UNAUTHENTICATED
 
方法摘要
 String getAuthMethod()
           
 UserIdentity getUserIdentity()
           
 boolean isUserInRole(UserIdentity.Scope scope, String role)
           
 void logout()
           
 

方法详细信息

getAuthMethod

String getAuthMethod()

getUserIdentity

UserIdentity getUserIdentity()

isUserInRole

boolean isUserInRole(UserIdentity.Scope scope,
                     String role)

logout

void logout()


Copyright © 2013. All Rights Reserved.