public interface JWTRealmCodec
| Modifier and Type | Method and Description |
|---|---|
String |
getRealmFromToken(org.apache.cxf.rs.security.jose.jwt.JwtToken token)
Get the realm associated with the JwtToken parameter
|
String getRealmFromToken(org.apache.cxf.rs.security.jose.jwt.JwtToken token)
token - a JwtToken ObjectApache CXF