Package org.springdoc.security.oauth2
Class SpringDocOAuth2AuthorizationServerMetadata
java.lang.Object
org.springdoc.security.oauth2.SpringDocOAuth2AuthorizationServerMetadata
- All Implemented Interfaces:
org.springframework.security.oauth2.core.ClaimAccessor,org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadataClaimAccessor
public class SpringDocOAuth2AuthorizationServerMetadata
extends Object
implements org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadataClaimAccessor
- Author:
- bnasslahsen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontainsClaim(String claim) <T> TgetClaimAsBoolean(String claim) getClaimAsInstant(String claim) getClaimAsMap(String claim) getClaimAsString(String claim) getClaimAsStringList(String claim) getClaimAsURL(String claim) boolean
-
Constructor Details
-
SpringDocOAuth2AuthorizationServerMetadata
public SpringDocOAuth2AuthorizationServerMetadata()
-
-
Method Details
-
getClaims
- Specified by:
getClaimsin interfaceorg.springframework.security.oauth2.core.ClaimAccessor
-
getClaim
- Specified by:
getClaimin interfaceorg.springframework.security.oauth2.core.ClaimAccessor
-
hasClaim
- Specified by:
hasClaimin interfaceorg.springframework.security.oauth2.core.ClaimAccessor
-
containsClaim
- Specified by:
containsClaimin interfaceorg.springframework.security.oauth2.core.ClaimAccessor
-
getClaimAsString
- Specified by:
getClaimAsStringin interfaceorg.springframework.security.oauth2.core.ClaimAccessor
-
getClaimAsBoolean
- Specified by:
getClaimAsBooleanin interfaceorg.springframework.security.oauth2.core.ClaimAccessor
-
getClaimAsInstant
- Specified by:
getClaimAsInstantin interfaceorg.springframework.security.oauth2.core.ClaimAccessor
-
getClaimAsURL
- Specified by:
getClaimAsURLin interfaceorg.springframework.security.oauth2.core.ClaimAccessor
-
getClaimAsMap
- Specified by:
getClaimAsMapin interfaceorg.springframework.security.oauth2.core.ClaimAccessor
-
getClaimAsStringList
- Specified by:
getClaimAsStringListin interfaceorg.springframework.security.oauth2.core.ClaimAccessor
-
getIssuer
- Specified by:
getIssuerin interfaceorg.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadataClaimAccessor
-
getAuthorizationEndpoint
- Specified by:
getAuthorizationEndpointin interfaceorg.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadataClaimAccessor
-
getTokenEndpoint
- Specified by:
getTokenEndpointin interfaceorg.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadataClaimAccessor
-
getTokenEndpointAuthenticationMethods
- Specified by:
getTokenEndpointAuthenticationMethodsin interfaceorg.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadataClaimAccessor
-
getJwkSetUrl
- Specified by:
getJwkSetUrlin interfaceorg.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadataClaimAccessor
-
getScopes
- Specified by:
getScopesin interfaceorg.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadataClaimAccessor
-
getResponseTypes
- Specified by:
getResponseTypesin interfaceorg.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadataClaimAccessor
-
getGrantTypes
- Specified by:
getGrantTypesin interfaceorg.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadataClaimAccessor
-
getTokenRevocationEndpoint
- Specified by:
getTokenRevocationEndpointin interfaceorg.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadataClaimAccessor
-
getTokenRevocationEndpointAuthenticationMethods
- Specified by:
getTokenRevocationEndpointAuthenticationMethodsin interfaceorg.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadataClaimAccessor
-
getTokenIntrospectionEndpoint
- Specified by:
getTokenIntrospectionEndpointin interfaceorg.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadataClaimAccessor
-
getTokenIntrospectionEndpointAuthenticationMethods
- Specified by:
getTokenIntrospectionEndpointAuthenticationMethodsin interfaceorg.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadataClaimAccessor
-
getClientRegistrationEndpoint
- Specified by:
getClientRegistrationEndpointin interfaceorg.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadataClaimAccessor
-
getCodeChallengeMethods
- Specified by:
getCodeChallengeMethodsin interfaceorg.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadataClaimAccessor
-