org.eclipse.jetty.plus.jaas.spi
类 PropertyFileLoginModule
java.lang.Object
org.eclipse.jetty.plus.jaas.spi.AbstractLoginModule
org.eclipse.jetty.plus.jaas.spi.PropertyFileLoginModule
- 所有已实现的接口:
- LoginModule
public class PropertyFileLoginModule
- extends AbstractLoginModule
PropertyFileLoginModule
| 从类 org.eclipse.jetty.plus.jaas.spi.AbstractLoginModule 继承的方法 |
abort, commit, configureCallbacks, getCallbackHandler, getCurrentUser, getSubject, isAuthenticated, isCommitted, login, logout, setAuthenticated, setCallbackHandler, setCommitted, setCurrentUser, setSubject |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_FILENAME
public static final String DEFAULT_FILENAME
- 另请参见:
- 常量字段值
PropertyFileLoginModule
public PropertyFileLoginModule()
initialize
public void initialize(Subject subject,
CallbackHandler callbackHandler,
Map<String,?> sharedState,
Map<String,?> options)
- Read contents of the configured property file.
- 指定者:
- 接口
LoginModule 中的 initialize - 覆盖:
- 类
AbstractLoginModule 中的 initialize
- 参数:
subject - callbackHandler - sharedState - options - - 另请参见:
LoginModule.initialize(javax.security.auth.Subject, javax.security.auth.callback.CallbackHandler, java.util.Map,
java.util.Map)
getUserInfo
public UserInfo getUserInfo(String userName)
throws Exception
- Don't implement this as we want to pre-fetch all of the users.
- 指定者:
- 类
AbstractLoginModule 中的 getUserInfo
- 参数:
userName -
- 抛出:
Exception
Copyright © 2013. All Rights Reserved.