Class JwtAccount
- java.lang.Object
-
- org.restheart.plugins.security.BaseAccount
-
- org.restheart.security.plugins.mechanisms.JwtAccount
-
- All Implemented Interfaces:
io.undertow.security.idm.Account,Serializable
public class JwtAccount extends BaseAccount
Jwt Account- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JwtAccount(String name, Set<String> roles, String jwtPayload)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetJwtPayload()StringtoString()-
Methods inherited from class org.restheart.plugins.security.BaseAccount
getPrincipal, getRoles
-
-