Class SAPViewerSAMLHandler


  • public class SAPViewerSAMLHandler
    extends java.lang.Object
    This class is used to parse the SAMLResponse for user related SAML attributes (SAML2). This values are shown in the SAMLWebViewer in the notes area, when new notes are added
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void checkForSamlUserAttributes​(javax.servlet.http.HttpSession session, java.lang.String url, java.lang.String samlResponseBase64)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SAPViewerSAMLHandler

        public SAPViewerSAMLHandler()
    • Method Detail

      • checkForSamlUserAttributes

        public static void checkForSamlUserAttributes​(javax.servlet.http.HttpSession session,
                                                      java.lang.String url,
                                                      java.lang.String samlResponseBase64)