Class JwtRoles
- java.lang.Object
-
- net.officefloor.tutorial.jwthttpserver.JwtRoles
-
public class JwtRoles extends java.lang.Object
Provides translation ofClaims
to roles.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description JwtRoles()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
retrieveRoles(JwtRoleCollector<Claims> collector)
-
-
-
Method Detail
-
retrieveRoles
public void retrieveRoles(@Parameter JwtRoleCollector<Claims> collector)
-
-