Package org.trellisldp.jwt
Class WebIdPrincipal
- java.lang.Object
-
- org.trellisldp.jwt.WebIdPrincipal
-
-
Constructor Summary
Constructors Constructor Description WebIdPrincipal(org.eclipse.microprofile.jwt.JsonWebToken jwt)
Create a WebID-based principal from a JWT.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
getClaim(String claim)
Set<String>
getClaimNames()
String
getName()
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-