org.jboss.metadata.ejb.jboss
Class IORASContextMetaData

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptions
          extended by org.jboss.metadata.ejb.jboss.IORASContextMetaData
All Implemented Interfaces:
Serializable, Cloneable, IdMetaData

public class IORASContextMetaData
extends IdMetaDataImplWithDescriptions

IORASContextMetaData. TODO LAST enums

Version:
$Revision: 1.1 $
Author:
Adrian Brock
See Also:
Serialized Form

Field Summary
static String AUTH_METHOD_NONE
          None
static String AUTH_METHOD_USERNAME_PASSWORD
          Username and password
 
Constructor Summary
IORASContextMetaData()
           
 
Method Summary
 String getAuthMethod()
          Get the authMethod.
 String getRealm()
          Get the realm.
 boolean isRequired()
          Get the required.
 void setAuthMethod(String authMethod)
          Set the authMethod.
 void setRealm(String realm)
          Set the realm.
 void setRequired(boolean required)
          Set the required.
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptions
getDescriptions, merge, setDescriptions
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, equals, getId, hashCode, merge, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTH_METHOD_USERNAME_PASSWORD

public static final String AUTH_METHOD_USERNAME_PASSWORD
Username and password

See Also:
Constant Field Values

AUTH_METHOD_NONE

public static final String AUTH_METHOD_NONE
None

See Also:
Constant Field Values
Constructor Detail

IORASContextMetaData

public IORASContextMetaData()
Method Detail

getAuthMethod

public String getAuthMethod()
Get the authMethod.

Returns:
the authMethod.

setAuthMethod

public void setAuthMethod(String authMethod)
Set the authMethod.

Parameters:
authMethod - the authMethod.
Throws:
IllegalArgumentException - for a null authMethod

getRealm

public String getRealm()
Get the realm.

Returns:
the realm.

setRealm

public void setRealm(String realm)
Set the realm.

Parameters:
realm - the realm.
Throws:
IllegalArgumentException - for a null realm

isRequired

public boolean isRequired()
Get the required.

Returns:
the required.

setRequired

public void setRequired(boolean required)
Set the required.

Parameters:
required - the required.


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.