C G L N O S 
All Classes All Packages

C

ConfigurableAuthorizationCodeTokenResponseClient - Class in net.optionfactory.spring.oidc.authcode
 
ConfigurableAuthorizationCodeTokenResponseClient(HttpComponentsClientHttpRequestFactory) - Constructor for class net.optionfactory.spring.oidc.authcode.ConfigurableAuthorizationCodeTokenResponseClient
 
ConfigurableOauth2UserService<U extends org.springframework.security.oauth2.core.oidc.user.OidcUser> - Class in net.optionfactory.spring.oidc.authcode
 
ConfigurableOauth2UserService(HttpComponentsClientHttpRequestFactory, ApplicationEventPublisher, BiFunction<Set<GrantedAuthority>, OidcUser, U>) - Constructor for class net.optionfactory.spring.oidc.authcode.ConfigurableOauth2UserService
 
ConfigurableOidcIdTokenDecoderFactory - Class in net.optionfactory.spring.oidc.authcode
same as OidcIdTokenDecoderFactory, but so we can configure the clienthHttpRequestFactory used by NimbusJwtDecoder
ConfigurableOidcIdTokenDecoderFactory(HttpComponentsClientHttpRequestFactory) - Constructor for class net.optionfactory.spring.oidc.authcode.ConfigurableOidcIdTokenDecoderFactory
 
createDecoder(ClientRegistration) - Method in class net.optionfactory.spring.oidc.authcode.ConfigurableOidcIdTokenDecoderFactory
 
createDefaultClaimTypeConverters() - Static method in class net.optionfactory.spring.oidc.authcode.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.oidc.authcode.ConfigurableAuthorizationCodeTokenResponseClient
 

L

loadUser(OidcUserRequest) - Method in class net.optionfactory.spring.oidc.authcode.ConfigurableOauth2UserService
 

N

net.optionfactory.spring.oidc.authcode - package net.optionfactory.spring.oidc.authcode
 

O

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

S

setClaimTypeConverterFactory(Function<ClientRegistration, Converter<Map<String, Object>, Map<String, Object>>>) - Method in class net.optionfactory.spring.oidc.authcode.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.oidc.authcode.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.oidc.authcode.ConfigurableOidcIdTokenDecoderFactory
Sets the factory that provides an OAuth2TokenValidator, which is used by the JwtDecoder.
C G L N O S 
All Classes All Packages