org.jboss.security
Class SecurityAssociationAuthenticator

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

public class SecurityAssociationAuthenticator
extends Authenticator

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

Version:
$Revision: 1.1.4.3 $
Author:
Scott.Stark@jboss.org

Constructor Summary
SecurityAssociationAuthenticator()
           
 
Method Summary
protected  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 PasswordAuthentication getPasswordAuthentication()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.