Package org.eclipse.jetty.security
Interface Authenticator.AuthConfiguration
-
- All Known Implementing Classes:
ConstraintSecurityHandler,SecurityHandler
- Enclosing interface:
- Authenticator
@Deprecated(since="2021-05-27") public static interface Authenticator.AuthConfiguration
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.Authenticator Configuration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetAuthMethod()Deprecated.IdentityServicegetIdentityService()Deprecated.StringgetInitParameter(String param)Deprecated.Get a SecurityHandler init parameterSet<String>getInitParameterNames()Deprecated.Get a SecurityHandler init parameter namesLoginServicegetLoginService()Deprecated.StringgetRealmName()Deprecated.booleanisSessionRenewedOnAuthentication()Deprecated.
-
-
-
Method Detail
-
getAuthMethod
String getAuthMethod()
Deprecated.
-
getRealmName
String getRealmName()
Deprecated.
-
getInitParameter
String getInitParameter(String param)
Deprecated.Get a SecurityHandler init parameter- Parameters:
param- parameter name- Returns:
- Parameter value or null
- See Also:
SecurityHandler.getInitParameter(String)
-
getInitParameterNames
Set<String> getInitParameterNames()
Deprecated.Get a SecurityHandler init parameter names- Returns:
- Set of parameter names
- See Also:
SecurityHandler.getInitParameterNames()
-
getLoginService
LoginService getLoginService()
Deprecated.
-
getIdentityService
IdentityService getIdentityService()
Deprecated.
-
isSessionRenewedOnAuthentication
boolean isSessionRenewedOnAuthentication()
Deprecated.
-
-