org.eclipse.jetty.security
接口 MappedLoginService.UserPrincipal

所有超级接口:
Principal, Serializable
所有已知实现类:
MappedLoginService.Anonymous, MappedLoginService.KnownUser
包容类:
MappedLoginService

public static interface MappedLoginService.UserPrincipal
extends Principal, Serializable


方法摘要
 boolean authenticate(Object credentials)
           
 boolean isAuthenticated()
           
 
从接口 java.security.Principal 继承的方法
equals, getName, hashCode, toString
 

方法详细信息

authenticate

boolean authenticate(Object credentials)

isAuthenticated

boolean isAuthenticated()


Copyright © 2013. All Rights Reserved.