org.eclipse.modisco.jee.webapp.webapp24
Interface LoginConfigType


public interface LoginConfigType

A representation of the model object 'Login Config Type'. 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

The following features are supported:

See Also:
Webapp24Package.getLoginConfigType()
Generated:
Model:
extendedMetaData="name='login-configType' kind='elementOnly'"

Method Summary
 AuthMethodType getAuthMethod()
          Returns the value of the 'Auth Method' containment reference.
 FormLoginConfigType getFormLoginConfig()
          Returns the value of the 'Form Login Config' containment reference.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 String getRealmName()
          Returns the value of the 'Realm Name' containment reference.
 void setAuthMethod(AuthMethodType value)
          Sets the value of the 'Auth Method' containment reference.
 void setFormLoginConfig(FormLoginConfigType value)
          Sets the value of the 'Form Login Config' containment reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setRealmName(String value)
          Sets the value of the 'Realm Name' containment reference.
 

Method Detail

getAuthMethod

AuthMethodType getAuthMethod()
Returns the value of the 'Auth Method' containment reference.

If the meaning of the 'Auth Method' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Auth Method' containment reference.
See Also:
setAuthMethod(AuthMethodType), Webapp24Package.getLoginConfigType_AuthMethod()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='auth-method' namespace='http://java.sun.com/xml/ns/j2ee'"

setAuthMethod

void setAuthMethod(AuthMethodType value)
Sets the value of the 'Auth Method' containment reference.

Parameters:
value - the new value of the 'Auth Method' containment reference.
See Also:
getAuthMethod()
Generated:

getRealmName

String getRealmName()
Returns the value of the 'Realm Name' containment reference. The realm name element specifies the realm name to use in HTTP Basic authorization.

Returns:
the value of the 'Realm Name' containment reference.
See Also:
setRealmName(org.eclipse.modisco.jee.webapp.webapp24.String), Webapp24Package.getLoginConfigType_RealmName()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='realm-name' namespace='http://java.sun.com/xml/ns/j2ee'"

setRealmName

void setRealmName(String value)
Sets the value of the 'Realm Name' containment reference.

Parameters:
value - the new value of the 'Realm Name' containment reference.
See Also:
getRealmName()
Generated:

getFormLoginConfig

FormLoginConfigType getFormLoginConfig()
Returns the value of the 'Form Login Config' containment reference.

If the meaning of the 'Form Login Config' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Form Login Config' containment reference.
See Also:
setFormLoginConfig(FormLoginConfigType), Webapp24Package.getLoginConfigType_FormLoginConfig()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='form-login-config' namespace='http://java.sun.com/xml/ns/j2ee'"

setFormLoginConfig

void setFormLoginConfig(FormLoginConfigType value)
Sets the value of the 'Form Login Config' containment reference.

Parameters:
value - the new value of the 'Form Login Config' containment reference.
See Also:
getFormLoginConfig()
Generated:

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), Webapp24Package.getLoginConfigType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id'"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated: