org.jboss.metadata
Class IorSecurityConfigMetaData.AsContext
java.lang.Object
org.jboss.metadata.IorSecurityConfigMetaData.AsContext
- Enclosing class:
- IorSecurityConfigMetaData (src)
- public class IorSecurityConfigMetaData.AsContext
- extends java.lang.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).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AUTH_METHOD_USERNAME_PASSWORD
public static final java.lang.String AUTH_METHOD_USERNAME_PASSWORD
- See Also:
- Constant Field Values (src)
AUTH_METHOD_NONE
public static final java.lang.String AUTH_METHOD_NONE
- See Also:
- Constant Field Values (src)
getAuthMethod
public java.lang.String getAuthMethod()
getRealm
public java.lang.String getRealm()
isRequired
public boolean isRequired()
toString
public java.lang.String toString()