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()
- Overrides:
toString
in class Object
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.