org.eclipse.jetty.security
类 MappedLoginService.KnownUser

java.lang.Object
  继承者 org.eclipse.jetty.security.MappedLoginService.KnownUser
所有已实现的接口:
Serializable, Principal, MappedLoginService.UserPrincipal
包容类:
MappedLoginService

public static class MappedLoginService.KnownUser
extends Object
implements MappedLoginService.UserPrincipal, Serializable

另请参见:
序列化表格

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

构造方法详细信息

MappedLoginService.KnownUser

public MappedLoginService.KnownUser(String name,
                                    Credential credential)
方法详细信息

authenticate

public boolean authenticate(Object credentials)
指定者:
接口 MappedLoginService.UserPrincipal 中的 authenticate

getName

public String getName()
指定者:
接口 Principal 中的 getName

isAuthenticated

public boolean isAuthenticated()
指定者:
接口 MappedLoginService.UserPrincipal 中的 isAuthenticated

toString

public String toString()
指定者:
接口 Principal 中的 toString
覆盖:
Object 中的 toString


Copyright © 2013. All Rights Reserved.