com.ibm.ws.javaee.dd.web.common

Interface LoginConfig


  1. public interface LoginConfig

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getAuthMethod()
  1. FormLoginConfig
getFormLoginConfig()
  1. java.lang.String
getRealmName()

Method Detail

getAuthMethod

  1. java.lang.String getAuthMethod( )
Returns:
<auth-method>, or null if unspecified

getRealmName

  1. java.lang.String getRealmName()
Returns:
<realm-name>, or null if unspecified

getFormLoginConfig

  1. FormLoginConfig getFormLoginConfig( )
Returns:
<form-login-config>, or null if unspecified