|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LoginConfig
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 |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
AuthMethodKind getAuthMethod()
void setAuthMethod(AuthMethodKind value)
Auth Method
' attribute.
value
- the new value of the 'Auth Method' attribute.AuthMethodKind
,
isSetAuthMethod()
,
unsetAuthMethod()
,
getAuthMethod()
void unsetAuthMethod()
Auth Method
' attribute.
isSetAuthMethod()
,
getAuthMethod()
,
setAuthMethod(AuthMethodKind)
boolean isSetAuthMethod()
Auth Method
' attribute is set.
unsetAuthMethod()
,
getAuthMethod()
,
setAuthMethod(AuthMethodKind)
java.lang.String getRealmName()
void setRealmName(java.lang.String value)
value
- The new value of the RealmName attributejava.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()
void setAuthorizationMethod(java.lang.String value)
Authorization Method
' attribute.
value
- the new value of the 'Authorization Method' attribute.getAuthorizationMethod()
WebApp getWebApp()
void setWebApp(WebApp value)
l
- The new value of the WebApp referenceFormLoginConfig getFormLoginConfig()
void setFormLoginConfig(FormLoginConfig value)
l
- The new value of the FormLoginConfig reference
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |