org.eclipse.jetty.security
类 MappedLoginService.Anonymous
java.lang.Object
org.eclipse.jetty.security.MappedLoginService.Anonymous
- 所有已实现的接口:
- Serializable, Principal, MappedLoginService.UserPrincipal
- 包容类:
- MappedLoginService
public static class MappedLoginService.Anonymous
- extends Object
- implements MappedLoginService.UserPrincipal, Serializable
- 另请参见:
- 序列化表格
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MappedLoginService.Anonymous
public MappedLoginService.Anonymous()
isAuthenticated
public boolean isAuthenticated()
- 指定者:
- 接口
MappedLoginService.UserPrincipal 中的 isAuthenticated
getName
public String getName()
- 指定者:
- 接口
Principal 中的 getName
authenticate
public boolean authenticate(Object credentials)
- 指定者:
- 接口
MappedLoginService.UserPrincipal 中的 authenticate
Copyright © 2013. All Rights Reserved.