org.jboss.metadata
Class IorSecurityConfigMetaData.AsContext

java.lang.Object
  extended byorg.jboss.metadata.IorSecurityConfigMetaData.AsContext
Enclosing class:
IorSecurityConfigMetaData (src)

public class IorSecurityConfigMetaData.AsContext
extends java.lang.Object

as-context (CSIv2 authentication service) is the element describing the authentication mechanism that will be used to authenticate the client. It can be either the username-password mechanism, or none (default).


Field Summary
static java.lang.String AUTH_METHOD_NONE
           
static java.lang.String AUTH_METHOD_USERNAME_PASSWORD
           
 
Method Summary
 java.lang.String getAuthMethod()
           
 java.lang.String getRealm()
           
 boolean isRequired()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

AUTH_METHOD_USERNAME_PASSWORD

public static final java.lang.String AUTH_METHOD_USERNAME_PASSWORD
See Also:
Constant Field Values (src)

AUTH_METHOD_NONE

public static final java.lang.String AUTH_METHOD_NONE
See Also:
Constant Field Values (src)
Method Detail

getAuthMethod

public java.lang.String getAuthMethod()

getRealm

public java.lang.String getRealm()

isRequired

public boolean isRequired()

toString

public java.lang.String toString()