Interface STRValidationHelper


public interface STRValidationHelper
This interface is used by the RM server side to validate the SecurityTokenReference.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the security token reference URI from the specified wsse:SecurityTokenReference element.
    getSecurityContextTokenId(com.sun.xml.ws.api.message.Packet packet)
    Get the active security token used by the specified packet for signing and encrypting the message.
  • Method Details

    • getSecurityContextTokenId

      String getSecurityContextTokenId(com.sun.xml.ws.api.message.Packet packet)
      Get the active security token used by the specified packet for signing and encrypting the message.
      Returns:
      The reference URI to the security token context
    • extractSecurityTokenId

      String extractSecurityTokenId(SecurityTokenReferenceType str) throws Exception
      Get the security token reference URI from the specified wsse:SecurityTokenReference element.
      Returns:
      The reference URI to the SecurityTokenReference
      Throws:
      Exception