Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

edu.emory.mathcs.util.security.auth.spi.passwd
Class PasswdRemoteAuthenticator  view PasswdRemoteAuthenticator download PasswdRemoteAuthenticator.java

java.lang.Object
  extended byedu.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


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 interface edu.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 interface edu.emory.mathcs.util.security.auth.RemoteAuthenticator

checkProtocol

private void checkProtocol(java.lang.String protocol)