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


public interface LoginConfigType

A representation of the model object 'Login Config Type'.

The following features are supported:

See Also:
Webapp23Package.getLoginConfigType()
Generated:
Model:
extendedMetaData="name='login-config_._type' 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.
 RealmNameType 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(RealmNameType 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), Webapp23Package.getLoginConfigType_AuthMethod()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='auth-method' namespace='##targetNamespace'"

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

RealmNameType getRealmName()
Returns the value of the 'Realm Name' containment reference.

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

Returns:
the value of the 'Realm Name' containment reference.
See Also:
setRealmName(RealmNameType), Webapp23Package.getLoginConfigType_RealmName()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='realm-name' namespace='##targetNamespace'"

setRealmName

void setRealmName(RealmNameType 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), Webapp23Package.getLoginConfigType_FormLoginConfig()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='form-login-config' namespace='##targetNamespace'"

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), Webapp23Package.getLoginConfigType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id' namespace='##targetNamespace'"

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: