org.eclipse.jetty.security
类 UserAuthentication
java.lang.Object
org.eclipse.jetty.security.UserAuthentication
- 所有已实现的接口:
- Authentication, Authentication.User
- 直接已知子类:
- FormAuthenticator.FormAuthentication
public class UserAuthentication
- extends Object
- implements Authentication.User
- 版本:
- $Rev: 4793 $ $Date: 2009-03-19 00:00:01 +0100 (Thu, 19 Mar 2009) $
UserAuthentication
public UserAuthentication(String method,
UserIdentity userIdentity)
getAuthMethod
public String getAuthMethod()
- 指定者:
- 接口
Authentication.User 中的 getAuthMethod
getUserIdentity
public UserIdentity getUserIdentity()
- 指定者:
- 接口
Authentication.User 中的 getUserIdentity
isUserInRole
public boolean isUserInRole(UserIdentity.Scope scope,
String role)
- 指定者:
- 接口
Authentication.User 中的 isUserInRole
toString
public String toString()
- 覆盖:
- 类
Object 中的 toString
logout
public void logout()
- 指定者:
- 接口
Authentication.User 中的 logout
Copyright © 2013. All Rights Reserved.