Interface JWTAuthorizationGrantConfig
- All Known Implementing Classes:
FacebookIdentityProviderConfig,GoogleIdentityProviderConfig,JWTAuthorizationGrantIdentityProviderConfig,MicrosoftIdentityProviderConfig,OIDCIdentityProviderConfig
public interface JWTAuthorizationGrantConfig
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetAlias()default Stringdefault Stringdefault intdefault Stringdefault intdefault Stringdefault Stringdefault booleandefault booleandefault booleandefault booleandefault voiddefault voidsetJwksUrl(String jwksUrl) default voidsetJWTAuthorizationGrantEnabled(boolean jwtAuthorizationGrantEnableds) default voidsetPublicKeySignatureVerifier(String signingCertificate) default voidsetPublicKeySignatureVerifierKeyId(String publicKeySignatureVerifierKeyId) default voidsetUseJwksUrl(boolean useJwksUrl)
-
Field Details
-
JWT_AUTHORIZATION_GRANT_ENABLED
- See Also:
-
JWT_AUTHORIZATION_GRANT_ASSERTION_REUSE_ALLOWED
- See Also:
-
JWT_AUTHORIZATION_GRANT_MAX_ALLOWED_ASSERTION_EXPIRATION
- See Also:
-
JWT_AUTHORIZATION_GRANT_ASSERTION_SIGNATURE_ALG
- See Also:
-
JWT_AUTHORIZATION_GRANT_LIMIT_ACCESS_TOKEN_EXP
- See Also:
-
JWT_AUTHORIZATION_GRANT_ALLOWED_CLOCK_SKEW
- See Also:
-
PUBLIC_KEY_SIGNATURE_VERIFIER
- See Also:
-
PUBLIC_KEY_SIGNATURE_VERIFIER_KEY_ID
- See Also:
-
-
Method Details
-
getConfig
-
isJWTAuthorizationGrantEnabled
default boolean isJWTAuthorizationGrantEnabled() -
setJWTAuthorizationGrantEnabled
default void setJWTAuthorizationGrantEnabled(boolean jwtAuthorizationGrantEnableds) -
isJWTAuthorizationGrantAssertionReuseAllowed
default boolean isJWTAuthorizationGrantAssertionReuseAllowed() -
getJWTAuthorizationGrantMaxAllowedAssertionExpiration
default int getJWTAuthorizationGrantMaxAllowedAssertionExpiration() -
getJWTAuthorizationGrantAssertionSignatureAlg
-
isJwtAuthorizationGrantLimitAccessTokenExp
default boolean isJwtAuthorizationGrantLimitAccessTokenExp() -
getJWTAuthorizationGrantAllowedClockSkew
default int getJWTAuthorizationGrantAllowedClockSkew() -
getPublicKeySignatureVerifier
-
setPublicKeySignatureVerifier
-
getPublicKeySignatureVerifierKeyId
-
setPublicKeySignatureVerifierKeyId
-
isUseJwksUrl
default boolean isUseJwksUrl() -
setUseJwksUrl
default void setUseJwksUrl(boolean useJwksUrl) -
getIssuer
-
setIssuer
-
getJwksUrl
-
setJwksUrl
-
getInternalId
String getInternalId() -
getAlias
String getAlias()
-