Class ContextInfoType
- java.lang.Object
-
- org.certificateservices.messages.sweeid2.dssextenstions1_1.jaxb.ContextInfoType
-
public class ContextInfoType extends java.lang.ObjectJava 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 Summary
Fields Modifier and Type Field Description protected java.lang.StringassertionRefprotected javax.xml.datatype.XMLGregorianCalendarauthenticationInstantprotected java.lang.StringauthnContextClassRefprotected java.lang.StringauthTypeprotected NameIDTypeidentityProviderprotected java.lang.StringserviceID
-
Constructor Summary
Constructors Constructor Description ContextInfoType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAssertionRef()Gets the value of the assertionRef property.javax.xml.datatype.XMLGregorianCalendargetAuthenticationInstant()Gets the value of the authenticationInstant property.java.lang.StringgetAuthnContextClassRef()Gets the value of the authnContextClassRef property.java.lang.StringgetAuthType()Gets the value of the authType property.NameIDTypegetIdentityProvider()Gets the value of the identityProvider property.java.lang.StringgetServiceID()Gets the value of the serviceID property.voidsetAssertionRef(java.lang.String value)Sets the value of the assertionRef property.voidsetAuthenticationInstant(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the authenticationInstant property.voidsetAuthnContextClassRef(java.lang.String value)Sets the value of the authnContextClassRef property.voidsetAuthType(java.lang.String value)Sets the value of the authType property.voidsetIdentityProvider(NameIDType value)Sets the value of the identityProvider property.voidsetServiceID(java.lang.String value)Sets the value of the serviceID property.
-
-
-
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
-
-
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 isNameIDType
-
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 isXMLGregorianCalendar
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
-