Class SamlDecoder

java.lang.Object
com.suncode.pwfl.security.saml.SamlDecoder

@Api public class SamlDecoder extends Object
Pomocnicza klasa do obsługi protokołu SAML.
Author:
Rafał Nowacki 2019-06-17
  • Constructor Details

    • SamlDecoder

      public SamlDecoder()
  • Method Details

    • decodeUserId

      public static String decodeUserId(String encodedSaml, String certificateFingerprint)
    • decodeUserId

      public static String decodeUserId(String encodedSaml, Reader reader)