Module org.eclipse.jetty.security
Package org.eclipse.jetty.security
Interface Authenticator.Configuration
- All Known Implementing Classes:
Authenticator.Configuration.Wrapper,SecurityHandler,SecurityHandler.PathMapped
- Enclosing interface:
Authenticator
public static interface Authenticator.Configuration
Authenticator Configuration
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetParameter(String param) Get a SecurityHandler init parameterGet a SecurityHandler init parameter namesboolean
-
Method Details
-
getAuthenticationType
String getAuthenticationType() -
getRealmName
String getRealmName() -
getParameter
Get a SecurityHandler init parameter- Parameters:
param- parameter name- Returns:
- Parameter value or null
-
getParameterNames
Get a SecurityHandler init parameter names- Returns:
- Set of parameter names
-
getLoginService
LoginService getLoginService() -
getIdentityService
IdentityService getIdentityService() -
isSessionRenewedOnAuthentication
boolean isSessionRenewedOnAuthentication()
-