com.sun.grizzly.http.webxml.schema.version_3_0
Class AuthMethodType
java.lang.Object
com.sun.grizzly.http.webxml.schema.version_3_0.String
com.sun.grizzly.http.webxml.schema.version_3_0.AuthMethodType
public class AuthMethodType
- extends String
The auth-methodType is used to configure the authentication
mechanism for the web application. As a prerequisite to
gaining access to any web resources which are protected by
an authorization constraint, a user must have authenticated
using the configured mechanism. Legal values are "BASIC",
"DIGEST", "FORM", "CLIENT-CERT", or a vendor-specific
authentication scheme.
Used in: login-config
Java class for auth-methodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="auth-methodType">
<simpleContent>
<restriction base="<http://java.sun.com/xml/ns/javaee>string">
</restriction>
</simpleContent>
</complexType>
Fields inherited from class com.sun.grizzly.http.webxml.schema.version_3_0.String |
id, value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthMethodType
public AuthMethodType()
Copyright © 2012 Oracle Corporation. All Rights Reserved.