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

另请参见:
序列化表格

构造方法摘要
MappedLoginService.Anonymous()
           
 
方法摘要
 boolean authenticate(Object credentials)
           
 String getName()
           
 boolean isAuthenticated()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 java.security.Principal 继承的方法
equals, hashCode, toString
 

构造方法详细信息

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.