Class ContextInfoType


  • public class ContextInfoType
    extends java.lang.Object

    Java class for ContextInfoType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ContextInfoType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence minOccurs="0">
             <element name="IdentityProvider" type="{urn:oasis:names:tc:SAML:2.0:assertion}NameIDType"/>
             <element name="AuthenticationInstant" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}AuthnContextClassRef"/>
             <element name="ServiceID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="AuthType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="AssertionRef" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • identityProvider

        protected NameIDType identityProvider
      • authenticationInstant

        protected javax.xml.datatype.XMLGregorianCalendar authenticationInstant
      • authnContextClassRef

        protected java.lang.String authnContextClassRef
      • serviceID

        protected java.lang.String serviceID
      • authType

        protected java.lang.String authType
      • assertionRef

        protected java.lang.String assertionRef
    • Constructor Detail

      • ContextInfoType

        public ContextInfoType()
    • Method Detail

      • getIdentityProvider

        public NameIDType getIdentityProvider()
        Gets the value of the identityProvider property.
        Returns:
        possible object is NameIDType
      • setIdentityProvider

        public void setIdentityProvider​(NameIDType value)
        Sets the value of the identityProvider property.
        Parameters:
        value - allowed object is NameIDType
      • getAuthenticationInstant

        public javax.xml.datatype.XMLGregorianCalendar getAuthenticationInstant()
        Gets the value of the authenticationInstant property.
        Returns:
        possible object is XMLGregorianCalendar
      • setAuthenticationInstant

        public void setAuthenticationInstant​(javax.xml.datatype.XMLGregorianCalendar value)
        Sets the value of the authenticationInstant property.
        Parameters:
        value - allowed object is XMLGregorianCalendar
      • getAuthnContextClassRef

        public java.lang.String getAuthnContextClassRef()
        Gets the value of the authnContextClassRef property.
        Returns:
        possible object is String
      • setAuthnContextClassRef

        public void setAuthnContextClassRef​(java.lang.String value)
        Sets the value of the authnContextClassRef property.
        Parameters:
        value - allowed object is String
      • getServiceID

        public java.lang.String getServiceID()
        Gets the value of the serviceID property.
        Returns:
        possible object is String
      • setServiceID

        public void setServiceID​(java.lang.String value)
        Sets the value of the serviceID property.
        Parameters:
        value - allowed object is String
      • getAuthType

        public java.lang.String getAuthType()
        Gets the value of the authType property.
        Returns:
        possible object is String
      • setAuthType

        public void setAuthType​(java.lang.String value)
        Sets the value of the authType property.
        Parameters:
        value - allowed object is String
      • getAssertionRef

        public java.lang.String getAssertionRef()
        Gets the value of the assertionRef property.
        Returns:
        possible object is String
      • setAssertionRef

        public void setAssertionRef​(java.lang.String value)
        Sets the value of the assertionRef property.
        Parameters:
        value - allowed object is String