com.ibm.ws.javaee.dd.web.common
Interface LoginConfig
- public interface LoginConfig
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getAuthMethod()
|
getFormLoginConfig()
|
|
|
getRealmName()
|
Method Detail
getAuthMethod
- java.lang.String getAuthMethod( )
Returns:
<auth-method>, or null if unspecified
getRealmName
- java.lang.String getRealmName()
Returns:
<realm-name>, or null if unspecified
getFormLoginConfig
- FormLoginConfig getFormLoginConfig( )
Returns:
<form-login-config>, or null if unspecified