Package org.eclipse.jetty.security
Interface Authenticator.AuthConfiguration
- All Known Implementing Classes:
ConstraintSecurityHandler
,SecurityHandler
- Enclosing interface:
Authenticator
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
Authenticator Configuration
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.getInitParameter
(String param) Deprecated.Get a SecurityHandler init parameterDeprecated.Get a SecurityHandler init parameter namesDeprecated.Deprecated.boolean
Deprecated.
-
Method Details
-
getAuthMethod
String getAuthMethod()Deprecated. -
getRealmName
String getRealmName()Deprecated. -
getInitParameter
Deprecated.Get a SecurityHandler init parameter- Parameters:
param
- parameter name- Returns:
- Parameter value or null
- See Also:
-
getInitParameterNames
Deprecated.Get a SecurityHandler init parameter names- Returns:
- Set of parameter names
- See Also:
-
getLoginService
LoginService getLoginService()Deprecated. -
getIdentityService
IdentityService getIdentityService()Deprecated. -
isSessionRenewedOnAuthentication
boolean isSessionRenewedOnAuthentication()Deprecated.
-