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.
- 另请参见:
- 序列化表格
| 从类 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.