Application
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
- AuthleteLaravelConfiguration
- An implementation of the \Authlete\Conf\AuthleteConfiguration interface that utilizes Laravel's configuration mechanism.
- AuthleteAuthorizationServerCommand
- The implementation of the command for "php artisan authlete:authorization-server".
- AuthleteCommand
- The base class for Authlete*Command classes.
- AuthleteResourceServerCommand
- The implementation of the command for "php artisan authlete:resource-server".
- DefaultAuthorizationController
- An implementation of authorization endpoint.
- DefaultAuthorizationDecisionController
- An implementation of authorization decision endpoint.
- DefaultConfigurationController
- An implementation of configuration endpoint.
- DefaultJwksController
- An implementation of JWK Set document endpoint.
- DefaultRevocationController
- An implementation of revocation endpoint.
- DefaultTokenController
- An implementation of token endpoint.
- DefaultUserInfoController
- An implementation of userinfo endpoint.
- AuthorizationRequestBaseHandler
- The base class for request handlers that are used in the implementation of an authorization endpoint.
- AuthorizationRequestDecisionHandler
- Handler for end-user's decision on the authorization request.
- AuthorizationRequestErrorHandler
- Handler for error cases of authorization requests.
- BaseRequestHandler
- The base class for request handlers.
- ClaimCollector
- Collector of claim values.
- ConfigurationRequestHandler
- Handler for requests to a configuration endpoint.
- IntrospectionRequestHandler
- Handler for requests to an introspection endpoint.
- JwksRequestHandler
- Handler for requests to an endpoint that exposes JSON Web Key Set document.
- NoInteractionHandler
- Handler for the case where an authorization request should be processed without user interaction.
- RevocationRequestHandler
- Handler for requests to a revocation endpoint.
- 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.
- TokenRequestHandler
- Handler for requests to a token endpoint.
- UserInfoRequestHandler
- Handler for requests to a userinfo endpoint.
- AuthleteServiceProvider
- Service provider for Authlete.
- UserUtility
- User utility.
- AccessTokenValidator
- Access token validator.
- ResponseUtility
- Utility to generate Response instances.
- WebUtility
- Web utility.