org.jboss.metadata
Class IorSecurityConfigMetaData.AsContext

java.lang.Object
  extended by org.jboss.metadata.IorSecurityConfigMetaData.AsContext
Enclosing class:
IorSecurityConfigMetaData

public class IorSecurityConfigMetaData.AsContext
extends 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 String AUTH_METHOD_NONE
           
static String AUTH_METHOD_USERNAME_PASSWORD
           
 
Method Summary
 String getAuthMethod()
          Get the auth method
 String getRealm()
          Get the realm
 boolean isRequired()
          Whether it is required
 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 String AUTH_METHOD_USERNAME_PASSWORD
See Also:
Constant Field Values

AUTH_METHOD_NONE

public static final String AUTH_METHOD_NONE
See Also:
Constant Field Values
Method Detail

getAuthMethod

public String getAuthMethod()
Get the auth method

Returns:
the auth method

getRealm

public String getRealm()
Get the realm

Returns:
the realm

isRequired

public boolean isRequired()
Whether it is required

Returns:
true when required

toString

public String toString()
Overrides:
toString in class Object


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