Class SAMLAuthContextType
- java.lang.Object
-
- org.certificateservices.messages.authcontsaci1.jaxb.SAMLAuthContextType
-
public class SAMLAuthContextType extends java.lang.ObjectJava class for SAMLAuthContextType complex type. The following schema fragment specifies the expected content contained within this class.<complexType name="SAMLAuthContextType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://id.elegnamnden.se/auth-cont/1.0/saci}AuthContextInfo" minOccurs="0"/> <element ref="{http://id.elegnamnden.se/auth-cont/1.0/saci}IdAttributes" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AuthContextInfoTypeauthContextInfoprotected IdAttributesTypeidAttributes
-
Constructor Summary
Constructors Constructor Description SAMLAuthContextType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthContextInfoTypegetAuthContextInfo()Gets the value of the authContextInfo property.IdAttributesTypegetIdAttributes()Gets the value of the idAttributes property.voidsetAuthContextInfo(AuthContextInfoType value)Sets the value of the authContextInfo property.voidsetIdAttributes(IdAttributesType value)Sets the value of the idAttributes property.
-
-
-
Field Detail
-
authContextInfo
protected AuthContextInfoType authContextInfo
-
idAttributes
protected IdAttributesType idAttributes
-
-
Method Detail
-
getAuthContextInfo
public AuthContextInfoType getAuthContextInfo()
Gets the value of the authContextInfo property.- Returns:
- possible object is
AuthContextInfoType
-
setAuthContextInfo
public void setAuthContextInfo(AuthContextInfoType value)
Sets the value of the authContextInfo property.- Parameters:
value- allowed object isAuthContextInfoType
-
getIdAttributes
public IdAttributesType getIdAttributes()
Gets the value of the idAttributes property.- Returns:
- possible object is
IdAttributesType
-
setIdAttributes
public void setIdAttributes(IdAttributesType value)
Sets the value of the idAttributes property.- Parameters:
value- allowed object isIdAttributesType
-
-