|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.security.AbstractAuthenticator
com.caucho.security.XmlAuthenticator
com.caucho.security.AdminAuthenticator
@Service @Admin @Named(value="resin-admin-authenticator") @Default public class AdminAuthenticator
The admin authenticator provides authentication for Resin admin/management
purposes. It's typically defined at the <resin> level.
<resin:AdminAuthenticator path="WEB-INF/admin-users.xml"/>
The format of the static file is as follows:
<users>
<user name="h.potter" password="quidditch" roles="user,captain"/>
...
</users>
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.caucho.security.XmlAuthenticator |
---|
XmlAuthenticator.User |
Field Summary |
---|
Fields inherited from class com.caucho.security.AbstractAuthenticator |
---|
_passwordDigest, _passwordDigestAlgorithm, _passwordDigestRealm, NULL_USER |
Constructor Summary | |
---|---|
AdminAuthenticator()
|
Method Summary | |
---|---|
java.lang.String |
getDefaultGroup()
Returns the default group for a user |
boolean |
isComplete()
|
Methods inherited from class com.caucho.security.XmlAuthenticator |
---|
addUser, createUser, getPasswordUser, getPath, getUserMap, init, reload, setPath |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AdminAuthenticator()
Method Detail |
---|
public java.lang.String getDefaultGroup()
XmlAuthenticator
getDefaultGroup
in class XmlAuthenticator
public boolean isComplete()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |