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

All Known Implementing Classes:
FormLoginConfigTypeImpl

public interface FormLoginConfigType

The form-login-configType specifies the login and error pages that should be used in form based login. If form based authentication is not used, these elements are ignored. Used in: login-config

Java class for form-login-configType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="form-login-configType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="form-login-page" type="{http://java.sun.com/xml/ns/javaee}war-pathType"/>
         <element name="form-error-page" type="{http://java.sun.com/xml/ns/javaee}war-pathType"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 WarPathType getFormErrorPage()
          Gets the value of the formErrorPage property.
 WarPathType getFormLoginPage()
          Gets the value of the formLoginPage property.
 String getId()
          Gets the value of the id property.
 void setFormErrorPage(WarPathType value)
          Sets the value of the formErrorPage property.
 void setFormLoginPage(WarPathType value)
          Sets the value of the formLoginPage property.
 void setId(String value)
          Sets the value of the id property.
 

Method Detail

getFormLoginPage

WarPathType getFormLoginPage()
Gets the value of the formLoginPage property.

Returns:
possible object is WarPathType

setFormLoginPage

void setFormLoginPage(WarPathType value)
Sets the value of the formLoginPage property.

Parameters:
value - allowed object is WarPathType

getFormErrorPage

WarPathType getFormErrorPage()
Gets the value of the formErrorPage property.

Returns:
possible object is WarPathType

setFormErrorPage

void setFormErrorPage(WarPathType value)
Sets the value of the formErrorPage property.

Parameters:
value - allowed object is WarPathType

getId

String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


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