cn.dreampie.security
类 AuthenticateService

java.lang.Object
  继承者 cn.dreampie.security.AuthenticateService
所有已实现的接口:
Serializable

public abstract class AuthenticateService
extends Object
implements Serializable

Created by ice on 14-12-23.

另请参见:
序列化表格

构造方法摘要
AuthenticateService()
           
 
方法摘要
abstract  Set<Credential> getAllCredentials()
           
 PasswordService getPasswordService()
           
abstract  Principal getPrincipal(String username)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

AuthenticateService

public AuthenticateService()
方法详细信息

getPrincipal

public abstract Principal getPrincipal(String username)

getPasswordService

public PasswordService getPasswordService()

getAllCredentials

public abstract Set<Credential> getAllCredentials()


Copyright © 2015. All rights reserved.