Interface OAuth2TokenAudienceConfiguration
- All Superinterfaces:
AttributeResolvingProfileConfiguration,Component,ConditionalProfileConfiguration,IdentifiedComponent,OAuth2AccessTokenProducingProfileConfiguration,OAuth2ProfileConfiguration,OAuth2TokenEncryptionProfileConfiguration,OIDCProfileConfiguration,OverriddenIssuerProfileConfiguration,ProfileConfiguration
- All Known Implementing Classes:
DefaultOAuth2TokenAudienceConfiguration
public interface OAuth2TokenAudienceConfiguration
extends OAuth2TokenEncryptionProfileConfiguration, OverriddenIssuerProfileConfiguration, OAuth2AccessTokenProducingProfileConfiguration, AttributeResolvingProfileConfiguration
Profile interface for OAuth 2 token "audience" profile configuration.
This applies to behaviour controlling the characteristics of tokens issued to the parties intended to process them, as distinct from the clients that use them.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringID for this profile configuration.static final StringOAuth2 Token Revocation URI.Fields inherited from interface net.shibboleth.profile.config.ProfileConfiguration
DEFAULT_DISALLOWED_FEATURES -
Method Summary
Methods inherited from interface net.shibboleth.profile.config.AttributeResolvingProfileConfiguration
isResolveAttributesMethods inherited from interface net.shibboleth.profile.config.ConditionalProfileConfiguration
getActivationConditionMethods inherited from interface net.shibboleth.shared.component.IdentifiedComponent
getIdMethods inherited from interface net.shibboleth.oidc.profile.oauth2.config.OAuth2AccessTokenProducingProfileConfiguration
getAccessTokenClaimsSetManipulationStrategy, getAccessTokenLifetime, getAccessTokenType, isAlwaysIssueBearerAccessTokenMethods inherited from interface net.shibboleth.oidc.profile.oauth2.config.OAuth2TokenEncryptionProfileConfiguration
isEncryptionOptionalMethods inherited from interface net.shibboleth.profile.config.OverriddenIssuerProfileConfiguration
getIssuerMethods inherited from interface net.shibboleth.profile.config.ProfileConfiguration
getDisallowedFeatures, getSecurityConfiguration, isFeatureDisallowed
-
Field Details
-
PROTOCOL_URI
OAuth2 Token Revocation URI.- See Also:
-
PROFILE_ID
ID for this profile configuration.- See Also:
-