|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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:
Webapp24Package.getLoginConfigType()
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 |
---|
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)
,
Webapp24Package.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.webapp24.String)
,
Webapp24Package.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)
,
Webapp24Package.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)
,
Webapp24Package.getLoginConfigType_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |