Interface AccessControlListener<AC extends java.io.Serializable>

    • Method Detail

      • accessControlChange

        void accessControlChange​(AC accessControl,
                                 java.lang.Throwable escalation)
        Notified of a change to access control.
        Parameters:
        accessControl - Access control. May be null if
        • logging out
        • failure in authenticating
        escalation - Possible Escalation. Will be null if successfully obtain access control or logout.