Interface AssuranceCompletedAccessLogMessage

    • Method Detail

      • getLocalAssuranceSatisfied

        @Nullable
        java.lang.Boolean getLocalAssuranceSatisfied()
        Indicates whether the local assurance requirement was satisfied.
        Returns:
        true if the local assurance requirement was satisfied, false if the local assurance requirement was not satisfied, or null if it was not included in the log message.
      • getRemoteAssuranceSatisfied

        @Nullable
        java.lang.Boolean getRemoteAssuranceSatisfied()
        Indicates whether the remote assurance requirement was satisfied.
        Returns:
        true if the remote assurance requirement was satisfied, false if the remote assurance requirement was not satisfied, or null if it was not included in the log message.