Uses of Interface
org.activiti.cloud.services.common.security.jwt.JwtAdapter
-
Packages that use JwtAdapter Package Description org.activiti.cloud.services.common.security.jwt -
-
Uses of JwtAdapter in org.activiti.cloud.services.common.security.jwt
Methods in org.activiti.cloud.services.common.security.jwt that return JwtAdapter Modifier and Type Method Description JwtAdapterJwtAccessTokenProvider. accessToken(org.springframework.security.oauth2.jwt.Jwt jwt)Methods in org.activiti.cloud.services.common.security.jwt that return types with arguments of type JwtAdapter Modifier and Type Method Description Optional<JwtAdapter>JwtAccessTokenProvider. accessToken(Principal principal)Methods in org.activiti.cloud.services.common.security.jwt with parameters of type JwtAdapter Modifier and Type Method Description booleanJwtAccessTokenValidator. isValid(JwtAdapter jwtAdapter)Constructor parameters in org.activiti.cloud.services.common.security.jwt with type arguments of type JwtAdapter Constructor Description JwtAccessTokenProvider(Function<org.springframework.security.oauth2.jwt.Jwt,JwtAdapter> supplier)
-