org.apache.openejb.jee
Class LoginConfig

java.lang.Object
  extended by org.apache.openejb.jee.LoginConfig

public class LoginConfig
extends Object

web-common_3_0.xsd

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>
 


Field Summary
protected  String authMethod
           
protected  FormLoginConfig formLoginConfig
           
protected  String id
           
protected  String realmName
           
 
Constructor Summary
LoginConfig()
           
 
Method Summary
 String getAuthMethod()
           
 FormLoginConfig 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(String value)
           
 void setFormLoginConfig(FormLoginConfig 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

authMethod

protected String authMethod

realmName

protected String realmName

formLoginConfig

protected FormLoginConfig formLoginConfig

id

protected String id
Constructor Detail

LoginConfig

public LoginConfig()
Method Detail

getAuthMethod

public String getAuthMethod()

setAuthMethod

public void setAuthMethod(String value)

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 FormLoginConfig getFormLoginConfig()
Gets the value of the formLoginConfig property.

Returns:
possible object is FormLoginConfig

setFormLoginConfig

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

Parameters:
value - allowed object is FormLoginConfig

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


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.