net.sourceforge.ccxjc.it.model.pub.collections.valueclass.javaee
Class LoginConfigType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.valueclass.javaee.LoginConfigType
All Implemented Interfaces:
Serializable, Cloneable

public class LoginConfigType
extends Object
implements Serializable, Cloneable

The login-configType is used to configure the authentication method that should be used, the realm name that should be used for this application, and the attributes that are needed by the form login mechanism. Used in: web-app

Java class for login-configType complex type.

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

 <complexType name="login-configType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="auth-method" type="{http://java.sun.com/xml/ns/javaee}auth-methodType" minOccurs="0"/>
         <element name="realm-name" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/>
         <element name="form-login-config" type="{http://java.sun.com/xml/ns/javaee}form-login-configType" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  AuthMethodType authMethod
           
protected  FormLoginConfigType formLoginConfig
           
protected  String id
           
protected  String realmName
           
 
Constructor Summary
LoginConfigType()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.javaee.LoginConfigType instance.
LoginConfigType(LoginConfigType o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.javaee.LoginConfigType instance by copying a given instance.
 
Method Summary
 LoginConfigType clone()
          Creates and returns a copy of this object.
 AuthMethodType getAuthMethod()
          Gets the value of the authMethod property.
 FormLoginConfigType getFormLoginConfig()
          Gets the value of the formLoginConfig property.
 String getId()
          Gets the value of the id property.
 String getRealmName()
          Gets the value of the realmName property.
 void setAuthMethod(AuthMethodType value)
          Sets the value of the authMethod property.
 void setFormLoginConfig(FormLoginConfigType value)
          Sets the value of the formLoginConfig property.
 void setId(String value)
          Sets the value of the id property.
 void setRealmName(String value)
          Sets the value of the realmName property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

authMethod

protected AuthMethodType authMethod

realmName

protected String realmName

formLoginConfig

protected FormLoginConfigType formLoginConfig

id

protected String id
Constructor Detail

LoginConfigType

public LoginConfigType()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.javaee.LoginConfigType instance.


LoginConfigType

public LoginConfigType(LoginConfigType o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.javaee.LoginConfigType instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getAuthMethod

public AuthMethodType getAuthMethod()
Gets the value of the authMethod property.

Returns:
possible object is AuthMethodType

setAuthMethod

public void setAuthMethod(AuthMethodType value)
Sets the value of the authMethod property.

Parameters:
value - allowed object is AuthMethodType

getRealmName

public String getRealmName()
Gets the value of the realmName property.

Returns:
possible object is String

setRealmName

public void setRealmName(String value)
Sets the value of the realmName property.

Parameters:
value - allowed object is String

getFormLoginConfig

public FormLoginConfigType getFormLoginConfig()
Gets the value of the formLoginConfig property.

Returns:
possible object is FormLoginConfigType

setFormLoginConfig

public void setFormLoginConfig(FormLoginConfigType value)
Sets the value of the formLoginConfig property.

Parameters:
value - allowed object is FormLoginConfigType

getId

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

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String

clone

public LoginConfigType clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


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