Package net.shibboleth.oidc.security.credential
JWK Credentials.
-
Interface Summary Interface Description ClientSecretCredential Credential wrapping a client_secret.ExpiringJWKCredential Acredentialthat expires at some duration in seconds after 1970-01-01T0:0:0Z.JOSEObjectCredentialResolver SpecializedCredentialResolvermarker interface for resolvers which resolve credentials from the headers of aJOSEObjectinstance.JWKCredential Credential based on JSON Web Key (JWK).JWKReferenceCredential Credential based on a reference (URI) to a JSON Web Key (JWK).NimbusSecretCredential Deprecated, for removal: This API element is subject to removal in a future version. -
Class Summary Class Description BasicClientSecretCredentialFactoryBean Factory to generate aClientSecretCredentialfrom a client_secret string.BasicExpiringJWKCredential Basic implementation of an ExpiringJWKCredential.BasicExpiringJWTSharedSecretCredentialFactoryBean A factory bean for creating aBasicExpiringJWKCredentialfrom an injected secret.BasicJWKCredential A basic implementation ofJWKCredential.BasicJWKCredentialFactoryBean Factory bean for Basic JSON Web Keys (JWK).BasicJWKReferenceCredential A basic implementation ofJWKReferenceCredential.BasicNimbusSecretCredential Deprecated, for removal: This API element is subject to removal in a future version. DefaultClientSecretCredential A basic implementation ofClientSecretCredential.JWACredentialSupport Support class for JSON Web Algorithm credentials.JWKCredentialSupport Provide JWK specific credential support.