Interface Authenticator.AuthConfiguration
- All Known Implementing Classes:
ConstraintSecurityHandler, SecurityHandler
- Enclosing interface:
Authenticator
public static interface Authenticator.AuthConfiguration
Authenticator Configuration
- Version:
- $Rev: 4793 $ $Date: 2009-03-19 00:00:01 +0100 (Thu, 19 Mar 2009) $
-
Method Summary
Modifier and TypeMethodDescriptiongetInitParameter(String param) Get a SecurityHandler init parameterGet a SecurityHandler init parameter namesboolean
-
Method Details
-
getAuthMethod
String getAuthMethod() -
getRealmName
String getRealmName() -
getInitParameter
-
getInitParameterNames
-
getLoginService
LoginService getLoginService() -
getIdentityService
IdentityService getIdentityService() -
isSessionRenewedOnAuthentication
boolean isSessionRenewedOnAuthentication()
-