Index

C G L N O S 
All Classes and Interfaces|All Packages

C

ConfigurableAuthorizationCodeTokenResponseClient - Class in net.optionfactory.spring.authentication.code
 
ConfigurableAuthorizationCodeTokenResponseClient(ClientHttpRequestFactory) - Constructor for class net.optionfactory.spring.authentication.code.ConfigurableAuthorizationCodeTokenResponseClient
 
ConfigurableOauth2UserService<U> - Class in net.optionfactory.spring.authentication.code
 
ConfigurableOauth2UserService(ClientHttpRequestFactory, ApplicationEventPublisher, BiFunction<Set<GrantedAuthority>, OidcUser, U>) - Constructor for class net.optionfactory.spring.authentication.code.ConfigurableOauth2UserService
 
ConfigurableOidcIdTokenDecoderFactory - Class in net.optionfactory.spring.authentication.code
same as OidcIdTokenDecoderFactory, but so we can configure the clienthHttpRequestFactory used by NimbusJwtDecoder
ConfigurableOidcIdTokenDecoderFactory(ClientHttpRequestFactory) - Constructor for class net.optionfactory.spring.authentication.code.ConfigurableOidcIdTokenDecoderFactory
 
createDecoder(ClientRegistration) - Method in class net.optionfactory.spring.authentication.code.ConfigurableOidcIdTokenDecoderFactory
 
createDefaultClaimTypeConverters() - Static method in class net.optionfactory.spring.authentication.code.ConfigurableOidcIdTokenDecoderFactory
Returns the default Converter's used for type conversion of claim values for an OidcIdToken.

G

getTokenResponse(OAuth2AuthorizationCodeGrantRequest) - Method in class net.optionfactory.spring.authentication.code.ConfigurableAuthorizationCodeTokenResponseClient
 

L

loadUser(OidcUserRequest) - Method in class net.optionfactory.spring.authentication.code.ConfigurableOauth2UserService
 

N

net.optionfactory.spring.authentication.code - package net.optionfactory.spring.authentication.code
 

O

OidcLogoutSuccessHandler - Class in net.optionfactory.spring.authentication.code
 
OidcLogoutSuccessHandler(URI, String, boolean) - Constructor for class net.optionfactory.spring.authentication.code.OidcLogoutSuccessHandler
 
OidcRelyingPartyInitiatedLogoutHandler - Class in net.optionfactory.spring.authentication.code
 
OidcRelyingPartyInitiatedLogoutHandler(URI, URI) - Constructor for class net.optionfactory.spring.authentication.code.OidcRelyingPartyInitiatedLogoutHandler
 
onLogoutSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class net.optionfactory.spring.authentication.code.OidcLogoutSuccessHandler
 
onLogoutSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class net.optionfactory.spring.authentication.code.OidcRelyingPartyInitiatedLogoutHandler
 

S

setClaimTypeConverterFactory(Function<ClientRegistration, Converter<Map<String, Object>, Map<String, Object>>>) - Method in class net.optionfactory.spring.authentication.code.ConfigurableOidcIdTokenDecoderFactory
Sets the factory that provides a Converter used for type conversion of claim values for an OidcIdToken.
setJwsAlgorithmResolver(Function<ClientRegistration, JwsAlgorithm>) - Method in class net.optionfactory.spring.authentication.code.ConfigurableOidcIdTokenDecoderFactory
Sets the resolver that provides the expected JWS algorithm used for the signature or MAC on the ID Token.
setJwtValidatorFactory(Function<ClientRegistration, OAuth2TokenValidator<Jwt>>) - Method in class net.optionfactory.spring.authentication.code.ConfigurableOidcIdTokenDecoderFactory
Sets the factory that provides an OAuth2TokenValidator, which is used by the JwtDecoder.
C G L N O S 
All Classes and Interfaces|All Packages