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()
           
 String getRealm()
           
 boolean isRequired()
           
 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()

getRealm

public String getRealm()

isRequired

public boolean isRequired()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.