|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The login-config element 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.
Method Summary | |
---|---|
AuthMethodKind |
getAuthMethod()
|
java.lang.String |
getAuthorizationMethod()
Returns the value of the 'Authorization Method' attribute |
FormLoginConfig |
getFormLoginConfig()
|
java.lang.String |
getRealmName()
|
WebApp |
getWebApp()
|
boolean |
isSetAuthMethod()
Returns whether the value of the ' Auth Method ' attribute is set |
void |
setAuthMethod(AuthMethodKind value)
Sets the value of the ' Auth Method ' attribute |
void |
setAuthorizationMethod(java.lang.String value)
Sets the value of the ' Authorization Method ' attribute |
void |
setFormLoginConfig(FormLoginConfig value)
|
void |
setRealmName(java.lang.String value)
|
void |
setWebApp(WebApp value)
|
void |
unsetAuthMethod()
Unsets the value of the ' Auth Method ' attribute |
Method Detail |
public AuthMethodKind getAuthMethod()
public void setAuthMethod(AuthMethodKind value)
Auth Method
' attribute.
value
- the new value of the 'Auth Method' attribute.AuthMethodKind
,
isSetAuthMethod()
,
unsetAuthMethod()
,
getAuthMethod()
public void unsetAuthMethod()
Auth Method
' attribute.
isSetAuthMethod()
,
getAuthMethod()
,
setAuthMethod(AuthMethodKind)
public boolean isSetAuthMethod()
Auth Method
' attribute is set.
unsetAuthMethod()
,
getAuthMethod()
,
setAuthMethod(AuthMethodKind)
public java.lang.String getRealmName()
public void setRealmName(java.lang.String value)
value
- The new value of the RealmName attributepublic java.lang.String getAuthorizationMethod()
If the meaning of the 'Authorization Method' attribute isn't clear, there really should be more of a description here...
setAuthorizationMethod(String)
,
WebapplicationPackage.getLoginConfig_AuthorizationMethod()
public void setAuthorizationMethod(java.lang.String value)
Authorization Method
' attribute.
value
- the new value of the 'Authorization Method' attribute.getAuthorizationMethod()
public WebApp getWebApp()
public void setWebApp(WebApp value)
public FormLoginConfig getFormLoginConfig()
public void setFormLoginConfig(FormLoginConfig value)
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |