Interface UsernameTokenRealmCodec


public interface UsernameTokenRealmCodec
This interface defines a pluggable way to return a realm associated with a UsernameToken.
  • Method Summary

    Modifier and Type
    Method
    Description
    getRealmFromToken(org.apache.wss4j.dom.message.token.UsernameToken usernameToken)
    Get the realm associated with the UsernameToken parameter
  • Method Details

    • getRealmFromToken

      String getRealmFromToken(org.apache.wss4j.dom.message.token.UsernameToken usernameToken)
      Get the realm associated with the UsernameToken parameter
      Parameters:
      usernameToken - a WSS4J UsernameToken object
      Returns:
      the realm associated with the UsernameToken parameter