Class FineractJwtAuthenticationTokenConverter
java.lang.Object
org.apache.fineract.infrastructure.security.converter.FineractJwtAuthenticationTokenConverter
- All Implemented Interfaces:
org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,FineractJwtAuthenticationToken>
public class FineractJwtAuthenticationTokenConverter
extends Object
implements org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,FineractJwtAuthenticationToken>
-
Constructor Details
-
FineractJwtAuthenticationTokenConverter
public FineractJwtAuthenticationTokenConverter()
-
-
Method Details
-
convert
@NonNull public FineractJwtAuthenticationToken convert(@NonNull org.springframework.security.oauth2.jwt.Jwt jwt) - Specified by:
convertin interfaceorg.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,FineractJwtAuthenticationToken>
-