org.jboss.security
Class SecurityAssociationAuthenticator

java.lang.Object
  extended by java.net.Authenticator
      extended by org.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.2.2 $
Author:
Scott.Stark@jboss.org

Nested Class Summary
 
Nested classes/interfaces inherited from class java.net.Authenticator
Authenticator.RequestorType
 
Constructor Summary
SecurityAssociationAuthenticator()
           
 
Method Summary
protected  PasswordAuthentication getPasswordAuthentication()
           
 
Methods inherited from class java.net.Authenticator
getRequestingHost, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingScheme, getRequestingSite, getRequestingURL, getRequestorType, requestPasswordAuthentication, 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()
Overrides:
getPasswordAuthentication in class Authenticator


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