Interface FedMonSAML2Svc

    • Method Detail

      • init

        void init()
        Initializes the provider.
      • incFedSessionCount

        void incFedSessionCount()
        Increment the Federation (SP) session counter.
      • decFedSessionCount

        void decFedSessionCount()
        Decrement the Federation (SP) session counter.
      • setFedSessionCount

        void setFedSessionCount​(long count)
        Set the Federation (SP) session counter.
      • incIdpSessionCount

        void incIdpSessionCount()
        Increment the IDP session counter.
      • decIdpSessionCount

        void decIdpSessionCount()
        Decrement the IDP session counter.
      • setIdpSessionCount

        void setIdpSessionCount​(long count)
        Set the IDP session counter.
      • incIDPCounter

        void incIDPCounter​(String realm,
                           String idpName,
                           String counter)
        Increment a counter for an IDP in a realm.
        Parameters:
        realm - name of the IDP's realm
        idpName - the name of the IDP
        counter - the IDP counter to increment
      • decIDPCounter

        void decIDPCounter​(String realm,
                           String idpName,
                           String counter)
        decrement a counter for an IDP in a realm.
        Parameters:
        realm - name of the IDP's realm
        idpName - the name of the IDP
        counter - the IDP counter to decrement