站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

SecurityAssociationAuthenticator (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


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.5 $
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.