Module org.elasticsearch.security
Class OpenIdConnectBaseRestHandler
java.lang.Object
org.elasticsearch.rest.BaseRestHandler
org.elasticsearch.xpack.security.rest.action.SecurityBaseRestHandler
org.elasticsearch.xpack.security.rest.action.oidc.OpenIdConnectBaseRestHandler
- All Implemented Interfaces:
RestHandler
- Direct Known Subclasses:
RestOpenIdConnectAuthenticateAction,RestOpenIdConnectLogoutAction,RestOpenIdConnectPrepareAuthenticationAction
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.rest.BaseRestHandler
BaseRestHandler.RequestBodyChunkConsumer, BaseRestHandler.RestChannelConsumerNested classes/interfaces inherited from interface org.elasticsearch.rest.RestHandler
RestHandler.Route -
Field Summary
Fields inherited from class org.elasticsearch.xpack.security.rest.action.SecurityBaseRestHandler
CLIENT_AUTHENTICATION_PARSER, licenseState, settingsFields inherited from class org.elasticsearch.rest.BaseRestHandler
MULTI_ALLOW_EXPLICIT_INDEX -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedOpenIdConnectBaseRestHandler(Settings settings, XPackLicenseState licenseState) -
Method Summary
Modifier and TypeMethodDescriptionprotected ExceptioninnerCheckFeatureAvailable(RestRequest request) Implementers should implement this method when sub-classes have additional license requirements.Methods inherited from class org.elasticsearch.xpack.security.rest.action.SecurityBaseRestHandler
checkFeatureAvailable, getSecureString, innerPrepareRequest, prepareRequestMethods inherited from class org.elasticsearch.rest.BaseRestHandler
getName, getUsageCount, handleRequest, responseParams, responseParams, routes, unrecognizedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.rest.RestHandler
allowSystemIndexAccessByDefault, allSupportedParameters, canTripCircuitBreaker, getConcreteRestHandler, getServerlessScope, mediaTypesValid, supportedCapabilities, supportedQueryParameters, supportsBulkContent
-
Constructor Details
-
OpenIdConnectBaseRestHandler
- Parameters:
settings- the node's settingslicenseState- the license state that will be used to determine if security is licensed
-
-
Method Details
-
innerCheckFeatureAvailable
Description copied from class:SecurityBaseRestHandlerImplementers should implement this method when sub-classes have additional license requirements.- Overrides:
innerCheckFeatureAvailablein classSecurityBaseRestHandler
-