Package org.apache.cxf.sts.token.realm
Interface JWTRealmCodec
-
public interface JWTRealmCodecThis interface defines a pluggable way to return a realm associated with a JWT Token.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetRealmFromToken(org.apache.cxf.rs.security.jose.jwt.JwtToken token)Get the realm associated with the JwtToken parameter
-
-
-
Method Detail
-
getRealmFromToken
String getRealmFromToken(org.apache.cxf.rs.security.jose.jwt.JwtToken token)
Get the realm associated with the JwtToken parameter- Parameters:
token- a JwtToken Object- Returns:
- the realm associated with the JwtToken parameter
-
-