Interface JWTRealmCodec


  • public interface JWTRealmCodec
    This interface defines a pluggable way to return a realm associated with a JWT Token.
    • Method Detail

      • getRealmFromToken

        String getRealmFromToken​(JwtToken token)
        Get the realm associated with the JwtToken parameter
        Parameters:
        token - a JwtToken Object
        Returns:
        the realm associated with the JwtToken parameter