Interface OAuth2TokenAudienceConfiguration
-
- All Superinterfaces:
net.shibboleth.idp.profile.config.AttributeResolvingProfileConfiguration,Component,net.shibboleth.idp.profile.config.ConditionalProfileConfiguration,IdentifiedComponent,OAuth2AccessTokenProducingProfileConfiguration,OAuth2ProfileConfiguration,OAuth2TokenEncryptionProfileConfiguration,OIDCProfileConfiguration,net.shibboleth.idp.profile.config.OverriddenIssuerProfileConfiguration,net.shibboleth.idp.profile.config.ProfileConfiguration
public interface OAuth2TokenAudienceConfiguration extends OAuth2TokenEncryptionProfileConfiguration, net.shibboleth.idp.profile.config.OverriddenIssuerProfileConfiguration, OAuth2AccessTokenProducingProfileConfiguration, net.shibboleth.idp.profile.config.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
Fields Modifier and Type Field Description static StringPROFILE_IDID for this profile configuration.static StringPROTOCOL_URIOAuth2 Token Revocation URI.
-
Method Summary
-
Methods inherited from interface net.shibboleth.idp.profile.config.AttributeResolvingProfileConfiguration
isResolveAttributes
-
Methods inherited from interface net.shibboleth.idp.profile.config.ConditionalProfileConfiguration
getActivationCondition
-
Methods inherited from interface net.shibboleth.utilities.java.support.component.IdentifiedComponent
getId
-
Methods inherited from interface net.shibboleth.oidc.profile.oauth2.config.OAuth2AccessTokenProducingProfileConfiguration
getAccessTokenClaimsSetManipulationStrategy, getAccessTokenLifetime, getAccessTokenType
-
Methods inherited from interface net.shibboleth.oidc.profile.oauth2.config.OAuth2TokenEncryptionProfileConfiguration
isEncryptionOptional
-
-
-
-
Field Detail
-
PROTOCOL_URI
@Nonnull @NotEmpty static final String PROTOCOL_URI
OAuth2 Token Revocation URI.- See Also:
- Constant Field Values
-
PROFILE_ID
@Nonnull @NotEmpty static final String PROFILE_ID
ID for this profile configuration.- See Also:
- Constant Field Values
-
-