Package org.apache.cxf.sts.token.realm
Interface JWTRealmCodec
public interface JWTRealmCodec
This interface defines a pluggable way to return a realm associated with a JWT Token.
-
Method Summary
Modifier and TypeMethodDescriptiongetRealmFromToken(JwtToken token) Get the realm associated with the JwtToken parameter
-
Method Details
-
getRealmFromToken
Get the realm associated with the JwtToken parameter- Parameters:
token- a JwtToken Object- Returns:
- the realm associated with the JwtToken parameter
-