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(JwtToken token)Get the realm associated with the JwtToken parameter
-