站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

IorSecurityConfigMetaData.AsContext (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


org.jboss.metadata
Class IorSecurityConfigMetaData.AsContext

java.lang.Object
  extended byorg.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()


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