Index

A C I J 
All Classes and Interfaces|All Packages

A

Auth2ClientConfiguration - Class in ir.msob.jima.security.commons
This configuration class, Auth2ClientConfiguration, is responsible for configuring OAuth2 client support for making authenticated requests in a web client.
Auth2ClientConfiguration() - Constructor for class ir.msob.jima.security.commons.Auth2ClientConfiguration
 
authorizedClientManager(ReactiveClientRegistrationRepository, ReactiveOAuth2AuthorizedClientService) - Method in class ir.msob.jima.security.commons.Auth2ClientConfiguration
Create an AuthorizedClientServiceReactiveOAuth2AuthorizedClientManager to manage OAuth2 authorized clients.

C

convert(Jwt) - Method in class ir.msob.jima.security.commons.JwtReactiveRoleConverter
Converts a JWT into a Flux of GrantedAuthority.
convert(Jwt) - Method in class ir.msob.jima.security.commons.JwtRoleConverter
Converts the 'roles' claim from the JWT into a collection of GrantedAuthority objects.

I

ir.msob.jima.security.commons - package ir.msob.jima.security.commons
 

J

JwtReactiveRoleConverter - Class in ir.msob.jima.security.commons
Converts JWT to a Flux of GrantedAuthority based on the roles present in the JWT claims.
JwtReactiveRoleConverter() - Constructor for class ir.msob.jima.security.commons.JwtReactiveRoleConverter
 
JwtRoleConverter - Class in ir.msob.jima.security.commons
Converter class for extracting and converting JWT (JSON Web Token) claims related to roles into a collection of Spring Security GrantedAuthority objects.
JwtRoleConverter() - Constructor for class ir.msob.jima.security.commons.JwtRoleConverter
 
JwtRoleConvertorConfiguration - Class in ir.msob.jima.security.commons
Spring configuration class for JWT-related beans.
JwtRoleConvertorConfiguration() - Constructor for class ir.msob.jima.security.commons.JwtRoleConvertorConfiguration
 
A C I J 
All Classes and Interfaces|All Packages