All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| AccessTokenHandlerInterface |
Created by Jeff Gaynor
on 7/24/20 at 7:28 AM
|
| AGI2 |
Authorization grant issuer class.
|
| AGIResponse2 |
Authorization grant response from authorization
endpoint on server
|
| AGRequest2 |
This has the lifetime in it directly, since the grant request is done before the transaction
can exist.
|
| AGServer2 |
This class manages the client call to the authorization grant server
|
| ASImpl |
Addressable Server implementation to support double dispatch pattern(?)
|
| ATI2 |
Access token issuer class for OAuth2.
|
| ATIResponse2 |
OIDC server response for request for access token
|
| ATResponse2 |
Since the OAuth 2 protocol supports getting a refresh token back from the server with the access token,
we have to include it in this class.
|
| ATServer2 |
This class handles the client call to the access token endpoint
|
| ATServer2.IDTokenEntry |
Placeholder class for storing ID tokens.
|
| ClaimSource |
This is charged with modelling the source for sets of claims.
|
| ClaimSourceConfiguration |
|
| ClaimSourceConfigurationUtil |
This is a utility that will take a claim source and make a configuration for it.
|
| ClaimSourceFactory |
Created by Jeff Gaynor
on 12/19/16 at 11:26 AM
|
| ClaimSourceFactoryRequest |
Created by Jeff Gaynor
on 12/19/16 at 11:26 AM
|
| ClientJSONConfigUtil |
This will read the configuration.
|
| ClientQDLScripts |
Created by Jeff Gaynor
on 2/5/20 at 2:25 PM
|
| ClientQDLScriptsUtil |
Created by Jeff Gaynor
on 2/5/20 at 2:28 PM
|
| ClientScripts |
Created by Jeff Gaynor
Marker interface.
|
| ClientScriptsFactory<V extends ClientScripts> |
Created by Jeff Gaynor
on 2/5/20 at 2:45 PM
|
| DS2 |
Delegation service for OIDC
|
| FlowStates |
A container for the states that are permitted.
|
| FlowType |
Created by Jeff Gaynor
on 2/15/20 at 8:27 AM
|
| HandlerRunner |
Runs the various configured handlers in the correct phases.
|
| IDTokenHandlerInterface |
Marker interface for handlers that have user meta data.
|
| IDTokenResponse |
This is the superclass for responses that must include the ID token.
|
| InvalidNonceException |
Created by Jeff Gaynor
on 9/24/13 at 1:21 PM
|
| IResponse2 |
Created by Jeff Gaynor
on 6/4/13 at 5:07 PM
|
| JSONClaimSourceConfig |
All components that are configurations should probably
extend this.
|
| JWTUtil |
|
| LDAPConfiguration |
Created by Jeff Gaynor
on 5/3/16 at 11:17 AM
|
| LDAPConfigurationUtil |
A utility that loads the configuration from a node and has the tags, etc. for it.
|
| LDAPConfigurationUtil.AttributeEntry |
|
| MyOtherJWTUtil2 |
Creates JWT tokens from their serialized form H.P.S (Header, Payload and Signature),
signs them or verifies them.
|
| NonceHerder |
A class to manage nonces (with an in-memory store) and create new ones.
|
| OA2ATException |
This is thrown by the AT servlet and is used to construct the response which
must include JSON.
|
| OA2Claims |
Created by Jeff Gaynor
on 2/5/15 at 2:28 PM
|
| OA2ClientScopes |
This abstracts the scopes stored in the client so a propert AGIResponse2 can be created.
|
| OA2ConfigTags |
These are the tags in (XML) configuration files.
|
| OA2ConfigurationLoaderUtils |
Created by Jeff Gaynor
on 8/26/15 at 3:59 PM
|
| OA2Constants |
Constants that are used as e.g. parameters in client requests
|
| OA2Errors |
Created by Jeff Gaynor
on 2/6/15 at 1:43 PM
|
| OA2GeneralError |
This is for use places where there is no redirect url available.
|
| OA2JSONException |
Used for exceptions that must be returned as JSON.
|
| OA2RedirectableError |
A standard OIDC error, where there is a valid redirect and the return codes are turned into parameters in the
redirect.
|
| OA2Scopes |
Created by Jeff Gaynor
on 2/6/15 at 2:04 PM
|
| OA2Scopes.ScopeUtil |
Utility that checks if a given scope is allowed by the protocol.
|
| OA2TokenForge |
Created by Jeff Gaynor
on 6/4/13 at 4:21 PM
|
| OA2TransactionScopes |
This contains the bits about scopes for a given transaction.
|
| OA2Utilities |
Created by Jeff Gaynor
on 10/2/13 at 11:58 AM
|
| OIDCDiscoveryTags |
These are the standard tags as per section 3 of https://openid.net/specs/openid-connect-discovery-1_0.html
|
| OIDCServiceTransactionInterface |
Mostly this exists because of the inheritance hierarchy vis a vis the very ancient OAuth 1
code.
|
| PAI2 |
Protected asset (cert) issuer for Oauth 2 class
|
| PAIResponse2 |
Protected asset (cert) issuer response for OIDC.
|
| PAServer2 |
Handles client call for protected asset (cert?)
|
| PayloadHandler |
This class is charged with creating and managing the payload of a single type of JWT.
|
| PayloadHandlerConfig |
Created by Jeff Gaynor
on 7/1/20 at 11:44 AM
|
| RefreshTokenHandlerInterface |
Created by Jeff Gaynor
on 8/5/20 at 9:09 AM
|
| RFC6749_4_4Server |
|
| RFC7009Server2 |
For RFC 7009 -- the revocation endpoint.
|
| RFC7523Constants |
Constants relating to RFC7523,
client authorization with JWTs.
|
| RFC7523Server |
Created by Jeff Gaynor
on 6/6/23 at 3:11 PM
|
| RFC7523Utils |
Created by Jeff Gaynor
on 6/5/23 at 10:02 AM
|
| RFC7636Util |
Created by Jeff Gaynor
on 8/27/21 at 9:20 AM
|
| RFC7662Constants |
Constants for RFC 7662,
the token introspection endpoint.
|
| RFC7662Server2 |
For RFC 7662 -- the introspection endpoint.
|
| RFC8623Server |
Created by Jeff Gaynor
on 7/19/23 at 9:29 AM
|
| RFC8628Constants |
Created by Jeff Gaynor
on 2/9/21 at 11:22 AM
|
| RFC8693Constants |
Created by Jeff Gaynor
on 6/24/20 at 11:43 AM
|
| RFC9068Constants |
Created by Jeff Gaynor
on 11/16/21 at 8:24 AM
|
| RTI2 |
Refresh Token Issuer for OAuth2.
|
| RTIRequest |
Created by Jeff Gaynor
on 2/26/14 at 11:32 AM
|
| RTIResponse |
Contains both an access token and refresh token.
|
| RTServer2 |
Created by Jeff Gaynor
on 2/26/14 at 2:18 PM
|
| ScriptingConstants2 |
Updated.
|
| ScriptRuntimeException |
If there is a user-created exception thrown by the ScriptRuntimeEngine
this will be thrown.
|
| SSLConfigurationUtil2 |
Created by Jeff Gaynor
on 12/14/16 at 3:03 PM
|
| TokenAwareServer |
Since the processing of claims is to be supported for refresh tokens as well, the machinery for it should be
available generally to access and refresh token servers.
|
| TXRecordInterface |
Thanks to Java package restrictions, have to make an interface for TXRecords here.
|
| UII2 |
UserInfo issuer for OAuth 2 class
|
| UIIRequest2 |
Request to issuer for UserInfo.
|
| UIIResponse2 |
User info issuer response
|
| UIServer2 |
Handles client UserInfo request to server
|
| UnsupportedScopeException |
Created by Jeff Gaynor
on 8/17/15 at 2:30 PM
|
| UserInfo |
This class manages information related to the UserInfo OIDC query.
|