Interface JWTRealmCodec


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

    Modifier and Type
    Method
    Description
    Get the realm associated with the JwtToken parameter
  • Method Details

    • 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