net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee
Interface AuthMethodType

All Superinterfaces:
String
All Known Implementing Classes:
AuthMethodTypeImpl

public interface 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>
 


Method Summary
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.String
getId, getValue, setId, setValue
 



Copyright © 2009 The CC-XJC Community. All Rights Reserved.