Interface AuthnStatement


public interface AuthnStatement
Interface describing the methods of AuthnStatement.
Interface welches die Methoden von AuthnStatement beschreibt.
  • Method Summary

    Modifier and Type
    Method
    Description
    Method to get the AuthnContextClassRef. Methode um die AuthnContextClassRef zu erhalten.
    method to get the AuthInstant. Methode um die AuthInstant zu erhalten.
    Method to get the Date Index of the Session. Methode um das Datum Index der Session zu erhalten.
    Method to get the Date NotOnOrAfter of the Session. Methode um das Datum NotOnOrAfter der Session zu erhalten.
  • Method Details

    • getAuthnContextClassRef

      String getAuthnContextClassRef()
      Method to get the AuthnContextClassRef.
      Methode um die AuthnContextClassRef zu erhalten.
      Returns:
      the ClassRef as string.
      der ClassRef als String.
    • getAuthnInstant

      Calendar getAuthnInstant()
      method to get the AuthInstant.
      Methode um die AuthInstant zu erhalten.
      Returns:
      the Calendar instance representing the value of AuthnInstant.
      die Calendar Instanz die den AuthInstance Wert repräsentiert.
    • getSessionIndex

      String getSessionIndex()
      Method to get the Date Index of the Session.
      Methode um das Datum Index der Session zu erhalten.
      Returns:
      the Index as string.
      der Index als String.
    • getSessionNotOnOrAfter

      Calendar getSessionNotOnOrAfter()
      Method to get the Date NotOnOrAfter of the Session.
      Methode um das Datum NotOnOrAfter der Session zu erhalten.
      Returns:
      the Calendar instance representing the value of NotOnOrAfter.
      die Calendar Instanz die den NotOnOrAfter Wert repräsentiert.