当前页面:
在线文档首页 >
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
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).
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
getAuthMethod
public String getAuthMethod()
getRealm
public String getRealm()
isRequired
public boolean isRequired()
toString
public String toString()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.