Index

A C E G I O R S T V 
All Classes and Interfaces|All Packages

A

afterPropertiesSet() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties
 

C

Client() - Constructor for class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Client
 

E

Endpoint() - Constructor for class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Endpoint
 

G

getAccessTokenFormat() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Token
 
getAccessTokenTimeToLive() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Token
 
getAuthorizationCodeTimeToLive() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Token
 
getAuthorizationGrantTypes() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Registration
 
getAuthorizationUri() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
getClient() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties
 
getClientAuthenticationMethods() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Registration
 
getClientId() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Registration
 
getClientName() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Registration
 
getClientRegistrationUri() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.OidcEndpoint
 
getClientSecret() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Registration
 
getDeviceAuthorizationUri() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
getDeviceCodeTimeToLive() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Token
 
getDeviceVerificationUri() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
getEndpoint() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties
 
getIdTokenSignatureAlgorithm() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Token
 
getIssuer() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties
 
getJwkSetUri() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Client
 
getJwkSetUri() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
getLogoutUri() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.OidcEndpoint
 
getOidc() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
getPostLogoutRedirectUris() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Registration
 
getPushedAuthorizationRequestUri() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
getRedirectUris() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Registration
 
getRefreshTokenTimeToLive() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Token
 
getRegistration() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Client
 
getScopes() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Registration
 
getToken() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Client
 
getTokenEndpointAuthenticationSigningAlgorithm() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Client
 
getTokenIntrospectionUri() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
getTokenRevocationUri() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
getTokenUri() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
getUserInfoUri() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.OidcEndpoint
 

I

isMultipleIssuersAllowed() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties
 
isRequireAuthorizationConsent() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Client
 
isRequireProofKey() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Client
 
isReuseRefreshTokens() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Token
 

O

OAuth2AuthorizationServerAutoConfiguration - Class in org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet
Auto-configuration for OAuth2 authorization server support.
OAuth2AuthorizationServerAutoConfiguration() - Constructor for class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerAutoConfiguration
 
OAuth2AuthorizationServerJwtAutoConfiguration - Class in org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet
Auto-configuration for JWT support for endpoints of the OAuth2 authorization server that require it (e.g.
OAuth2AuthorizationServerJwtAutoConfiguration() - Constructor for class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerJwtAutoConfiguration
 
OAuth2AuthorizationServerProperties - Class in org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet
OAuth 2.0 Authorization Server properties.
OAuth2AuthorizationServerProperties() - Constructor for class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties
 
OAuth2AuthorizationServerProperties.Client - Class in org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet
A registered client of the Authorization Server.
OAuth2AuthorizationServerProperties.Endpoint - Class in org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet
Authorization Server endpoints.
OAuth2AuthorizationServerProperties.OidcEndpoint - Class in org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet
OpenID Connect 1.0 endpoints.
OAuth2AuthorizationServerProperties.Registration - Class in org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet
Client registration information.
OAuth2AuthorizationServerProperties.Token - Class in org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet
Token settings of the registered client.
OidcEndpoint() - Constructor for class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.OidcEndpoint
 
org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet - package org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet
Auto-configuration for Spring Security's OAuth2 authorization server.

R

Registration() - Constructor for class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Registration
 

S

setAccessTokenFormat(String) - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Token
 
setAccessTokenTimeToLive(Duration) - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Token
 
setAuthorizationCodeTimeToLive(Duration) - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Token
 
setAuthorizationGrantTypes(Set) - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Registration
 
setAuthorizationUri(String) - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
setClientAuthenticationMethods(Set) - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Registration
 
setClientId(String) - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Registration
 
setClientName(String) - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Registration
 
setClientRegistrationUri(String) - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.OidcEndpoint
 
setClientSecret(String) - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Registration
 
setDeviceAuthorizationUri(String) - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
setDeviceCodeTimeToLive(Duration) - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Token
 
setDeviceVerificationUri(String) - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
setIdTokenSignatureAlgorithm(String) - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Token
 
setIssuer(String) - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties
 
setJwkSetUri(String) - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Client
 
setJwkSetUri(String) - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
setLogoutUri(String) - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.OidcEndpoint
 
setMultipleIssuersAllowed(boolean) - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties
 
setPostLogoutRedirectUris(Set) - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Registration
 
setPushedAuthorizationRequestUri(String) - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
setRedirectUris(Set) - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Registration
 
setRefreshTokenTimeToLive(Duration) - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Token
 
setRequireAuthorizationConsent(boolean) - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Client
 
setRequireProofKey(boolean) - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Client
 
setReuseRefreshTokens(boolean) - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Token
 
setScopes(Set) - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Registration
 
setTokenEndpointAuthenticationSigningAlgorithm(String) - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Client
 
setTokenIntrospectionUri(String) - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
setTokenRevocationUri(String) - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
setTokenUri(String) - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Endpoint
 
setUserInfoUri(String) - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.OidcEndpoint
 

T

Token() - Constructor for class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties.Token
 

V

validate() - Method in class org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet.OAuth2AuthorizationServerProperties
 
A C E G I O R S T V 
All Classes and Interfaces|All Packages