Class AuthenticationStatementDefault

java.lang.Object
ddf.security.assertion.impl.AuthenticationStatementDefault
All Implemented Interfaces:
ddf.security.assertion.AuthenticationStatement
Direct Known Subclasses:
AuthenticationStatementSaml

public class AuthenticationStatementDefault extends Object implements ddf.security.assertion.AuthenticationStatement
  • Constructor Details

    • AuthenticationStatementDefault

      public AuthenticationStatementDefault()
  • Method Details

    • getAuthnInstant

      public org.joda.time.DateTime getAuthnInstant()
      Specified by:
      getAuthnInstant in interface ddf.security.assertion.AuthenticationStatement
    • setAuthnInstant

      public void setAuthnInstant(org.joda.time.DateTime authnInstant)
      Specified by:
      setAuthnInstant in interface ddf.security.assertion.AuthenticationStatement
    • getSessionIndex

      public String getSessionIndex()
      Specified by:
      getSessionIndex in interface ddf.security.assertion.AuthenticationStatement
    • setSessionIndex

      public void setSessionIndex(String sessionIndex)
      Specified by:
      setSessionIndex in interface ddf.security.assertion.AuthenticationStatement
    • getSessionNotOnOrAfter

      public org.joda.time.DateTime getSessionNotOnOrAfter()
      Specified by:
      getSessionNotOnOrAfter in interface ddf.security.assertion.AuthenticationStatement
    • setSessionNotOnOrAfter

      public void setSessionNotOnOrAfter(org.joda.time.DateTime sessionNotOnOrAfter)
      Specified by:
      setSessionNotOnOrAfter in interface ddf.security.assertion.AuthenticationStatement
    • getAuthnContextClassRef

      public String getAuthnContextClassRef()
      Specified by:
      getAuthnContextClassRef in interface ddf.security.assertion.AuthenticationStatement
    • setAuthnContextClassRef

      public void setAuthnContextClassRef(String authnContextClassRef)
      Specified by:
      setAuthnContextClassRef in interface ddf.security.assertion.AuthenticationStatement