Package com.ibm.ws.javaee.dd.web.common
Interface LoginConfig
- 
 public interface LoginConfig
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAuthMethod()FormLoginConfiggetFormLoginConfig()java.lang.StringgetRealmName()
 
- 
- 
- 
Method Detail- 
getAuthMethodjava.lang.String getAuthMethod() - Returns:
- <auth-method>, or null if unspecified
 
 - 
getRealmNamejava.lang.String getRealmName() - Returns:
- <realm-name>, or null if unspecified
 
 - 
getFormLoginConfigFormLoginConfig getFormLoginConfig() - Returns:
- <form-login-config>, or null if unspecified
 
 
- 
 
-