org.jboss.security
Class SecurityAssociationAuthenticator

java.lang.Object
  extended byjava.net.Authenticator
      extended byorg.jboss.security.SecurityAssociationAuthenticator

public class SecurityAssociationAuthenticator
extends java.net.Authenticator

An implementation of Authenticator that obtains the username and password from the current SecurityAssociation state.


Constructor Summary
SecurityAssociationAuthenticator()
           
 
Method Summary
protected  java.net.PasswordAuthentication getPasswordAuthentication()
           
 
Methods inherited from class java.net.Authenticator
getRequestingHost, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingScheme, getRequestingSite, requestPasswordAuthentication, requestPasswordAuthentication, setDefault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityAssociationAuthenticator

public SecurityAssociationAuthenticator()
Method Detail

getPasswordAuthentication

protected java.net.PasswordAuthentication getPasswordAuthentication()