Uses of Interface
org.bremersee.security.authentication.ClientCredentialsFlowProperties
-
Packages that use ClientCredentialsFlowProperties Package Description org.bremersee.actuator.security.authentication org.bremersee.security.authentication -
-
Uses of ClientCredentialsFlowProperties in org.bremersee.actuator.security.authentication
Classes in org.bremersee.actuator.security.authentication that implement ClientCredentialsFlowProperties Modifier and Type Class Description static class
ActuatorAuthProperties.ActuatorPasswordFlow
OAuth2 password flow configuration properties. -
Uses of ClientCredentialsFlowProperties in org.bremersee.security.authentication
Subinterfaces of ClientCredentialsFlowProperties in org.bremersee.security.authentication Modifier and Type Interface Description interface
PasswordFlowProperties
The password flow properties.Classes in org.bremersee.security.authentication that implement ClientCredentialsFlowProperties Modifier and Type Class Description static class
AuthProperties.ClientCredentialsFlow
The client credentials flow.static class
AuthProperties.PasswordFlow
OAuth2 password flow configuration properties.Methods in org.bremersee.security.authentication that return ClientCredentialsFlowProperties Modifier and Type Method Description ClientCredentialsFlowProperties
ClientCredentialsFlowProperties.Builder. build()
Build client credentials flow properties.Methods in org.bremersee.security.authentication with parameters of type ClientCredentialsFlowProperties Modifier and Type Method Description ClientCredentialsFlowProperties.Builder
ClientCredentialsFlowProperties.Builder. from(ClientCredentialsFlowProperties properties)
Gets the values from the given client credentials flow properties.PasswordFlowProperties.Builder
PasswordFlowProperties.Builder. from(ClientCredentialsFlowProperties properties)
Gets the values from the given properties.Constructors in org.bremersee.security.authentication with parameters of type ClientCredentialsFlowProperties Constructor Description PasswordFlowAuthenticationManager(ClientCredentialsFlowProperties passwordFlowProperties, org.springframework.security.oauth2.jwt.JwtDecoder jwtDecoder, org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,? extends org.springframework.security.authentication.AbstractAuthenticationToken> jwtAuthenticationConverter, AccessTokenRetriever<String> accessTokenRetriever)
Instantiates a new password flow authentication manager.PasswordFlowReactiveAuthenticationManager(ClientCredentialsFlowProperties passwordFlowProperties, org.springframework.security.oauth2.jwt.ReactiveJwtDecoder jwtDecoder, org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,? extends reactor.core.publisher.Mono<? extends org.springframework.security.authentication.AbstractAuthenticationToken>> jwtConverter, AccessTokenRetriever<reactor.core.publisher.Mono<String>> retriever)
Instantiates a new password flow reactive authentication manager.
-