public interface LoginConfigType
The following features are supported:
Webapp25Package.getLoginConfigType()| Modifier and Type | Method and Description |
|---|---|
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. |
AuthMethodType getAuthMethod()
If the meaning of the 'Auth Method' containment reference isn't clear, there really should be more of a description here...
setAuthMethod(AuthMethodType),
Webapp25Package.getLoginConfigType_AuthMethod()void setAuthMethod(AuthMethodType value)
Auth Method' containment reference.
value - the new value of the 'Auth Method' containment reference.getAuthMethod()String getRealmName()
setRealmName(org.eclipse.modisco.jee.webapp.webapp25.String),
Webapp25Package.getLoginConfigType_RealmName()void setRealmName(String value)
Realm Name' containment reference.
value - the new value of the 'Realm Name' containment reference.getRealmName()FormLoginConfigType getFormLoginConfig()
If the meaning of the 'Form Login Config' containment reference isn't clear, there really should be more of a description here...
setFormLoginConfig(FormLoginConfigType),
Webapp25Package.getLoginConfigType_FormLoginConfig()void setFormLoginConfig(FormLoginConfigType value)
Form Login Config' containment reference.
value - the new value of the 'Form Login Config' containment reference.getFormLoginConfig()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
Webapp25Package.getLoginConfigType_Id()