org.glassfish.grizzly.servlet.ver25
Class AuthMethodType

java.lang.Object
  extended by org.glassfish.grizzly.servlet.ver25.String
      extended by org.glassfish.grizzly.servlet.ver25.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>
 


Field Summary
 
Fields inherited from class org.glassfish.grizzly.servlet.ver25.String
id, value
 
Constructor Summary
AuthMethodType()
           
 
Method Summary
 
Methods inherited from class org.glassfish.grizzly.servlet.ver25.String
getId, getValue, setId, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthMethodType

public AuthMethodType()


Copyright © 2011 Oracle Corpration. All Rights Reserved.