org.rhq.modules.plugins.jbossas7
Class AS7Authenticator

java.lang.Object
  extended by java.net.Authenticator
      extended by org.rhq.modules.plugins.jbossas7.AS7Authenticator

public class AS7Authenticator
extends Authenticator

Authenticator to authenticate against as7

Author:
Heiko W. Rupp

Nested Class Summary
 
Nested classes/interfaces inherited from class java.net.Authenticator
Authenticator.RequestorType
 
Constructor Summary
AS7Authenticator(String user, String pass)
           
 
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

AS7Authenticator

public AS7Authenticator(String user,
                        String pass)
Method Detail

getPasswordAuthentication

protected PasswordAuthentication getPasswordAuthentication()
Overrides:
getPasswordAuthentication in class Authenticator


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.