Spi
Table of Contents
Interfaces
- AuthorizationRequestDecisionHandlerSpi
- Service Provider Interface for AuthorizationRequestDecisionHandler.
- AuthorizationRequestHandlerSpi
- The base interface for Service Provider Interfaces for authorization request handlers.
- NoInteractionHandlerSpi
- Service Provider Interface for NoInteractionHandler.
- TokenRequestHandlerSpi
- Service Provider Interface for TokenRequestHandler.
- UserClaimProvider
- Interface to get a claim value by specifying a user's subject, a claim name and optionally a language tag.
- UserInfoRequestHandlerSpi
- Service Provider Interface for UserInfoRequestHandler.
Classes
- AuthorizationRequestDecisionHandlerSpiAdapter
- An empty implementation of the AuthorizationRequestDecisionHandlerSpi interface.
- AuthorizationRequestHandlerSpiAdapter
- An empty implementation of the AuthorizationRequestHandlerSpi interface.
- DefaultAuthorizationRequestDecisionHandlerSpi
- An implementation of the AuthorizationRequestDecisionHandlerSpi interface that uses Laravel's standard authentication mechanism.
- DefaultAuthorizationRequestHandlerSpi
- An implementation of the AuthorizationRequestHandlerSpi interface that uses Laravel's standard authentication mechanism.
- DefaultNoInteractionHandlerSpi
- An implementation of the NoInteractionHandlerSpi interface that uses Laravel's standard authentication mechanism.
- DefaultTokenRequestHandlerSpi
- An implementation of the TokenRequestHandlerSpi interface that uses Laravel's standard authentication mechanism.
- DefaultUserClaimProvider
- An implementation of the UserClaimProvider interface that uses Laravel's standard authentication mechanism.
- DefaultUserInfoRequestHandlerSpi
- An implementation of the UserInfoRequestHandlerSpi interface.
- NoInteractionHandlerSpiAdapter
- An empty implementation of the NoInteractionHandlerSpiAdapter interface.
- TokenRequestHandlerSpiAdapter
- An empty implementation of the TokenRequestHandlerSpi interface.
- UserClaimProviderAdapter
- An empty implementation of the UserClaimProvider interface.
- UserInfoRequestHandlerSpiAdapter
- An empty implementation of the UserInfoRequestHandlerSpi interface.