Interface SamlSecurity


public interface SamlSecurity
  • Method Details

    • deflateAndBase64Encode

      String deflateAndBase64Encode(String value) throws IOException
      Deflates a value and Base64 encodes the result.
      Parameters:
      value - value to deflate and Base64 encode
      Returns:
      String
      Throws:
      IOException - if the value cannot be converted
    • inflateBase64

      String inflateBase64(String base64EncodedValue) throws IOException
      Decodes from base64 and then inflates the result
      Parameters:
      base64EncodedValue -
      Returns:
      String
      Throws:
      IOException
    • base64Decode

      String base64Decode(String base64EncodedValue)
      Decodes Base64 encoded values
      Parameters:
      base64EncodedValue - value to decode
      Returns:
      decoded value