|
|||||||||
Home >> All >> edu >> emory >> mathcs >> util >> security >> auth >> spi >> [ passwd overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
edu.emory.mathcs.util.security.auth.spi.passwd
Class PasswdRemoteAuthenticator

java.lang.Objectedu.emory.mathcs.util.security.auth.spi.passwd.PasswdRemoteAuthenticator
- All Implemented Interfaces:
- edu.emory.mathcs.util.security.auth.RemoteAuthenticator
- public class PasswdRemoteAuthenticator
- extends java.lang.Object
- implements edu.emory.mathcs.util.security.auth.RemoteAuthenticator
- extends java.lang.Object
Nested Class Summary | |
private class |
PasswdRemoteAuthenticator.PasswdDialog
|
Field Summary | |
(package private) UserDatabase |
db
|
Constructor Summary | |
protected |
PasswdRemoteAuthenticator(UserDatabase db)
|
Method Summary | |
private void |
checkProtocol(java.lang.String protocol)
|
java.lang.String[] |
getSupportedProtocols()
|
edu.emory.mathcs.util.security.auth.server.impl.AuthDialog |
initiateAuthentication(java.lang.String protocol)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
db
UserDatabase db
Constructor Detail |
PasswdRemoteAuthenticator
protected PasswdRemoteAuthenticator(UserDatabase db)
Method Detail |
getSupportedProtocols
public java.lang.String[] getSupportedProtocols()
- Specified by:
getSupportedProtocols
in interfaceedu.emory.mathcs.util.security.auth.RemoteAuthenticator
initiateAuthentication
public edu.emory.mathcs.util.security.auth.server.impl.AuthDialog initiateAuthentication(java.lang.String protocol)
- Specified by:
initiateAuthentication
in interfaceedu.emory.mathcs.util.security.auth.RemoteAuthenticator
checkProtocol
private void checkProtocol(java.lang.String protocol)
|
|||||||||
Home >> All >> edu >> emory >> mathcs >> util >> security >> auth >> spi >> [ passwd overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |