Uses of Class
org.projecthusky.xua.saml2.Assertion
Packages that use Assertion
Package
Description
-
Uses of Assertion in org.projecthusky.communication.utils
Methods in org.projecthusky.communication.utils that return AssertionModifier and TypeMethodDescriptionstatic Assertion
AssertionUtils.convertSamlToHuskyAssertion
(org.opensaml.saml.saml2.core.Assertion assertion) static Assertion
AssertionUtils.getXuaAssertionFromResponse
(List<XUserAssertionResponse> response) -
Uses of Assertion in org.projecthusky.xua.communication.xua
Methods in org.projecthusky.xua.communication.xua that return AssertionModifier and TypeMethodDescriptionXUserAssertionResponse.getAssertion()
Method to get the assertion. Methode um die Assertion zu erhalten. -
Uses of Assertion in org.projecthusky.xua.communication.xua.impl
Methods in org.projecthusky.xua.communication.xua.impl that return Assertion -
Uses of Assertion in org.projecthusky.xua.deserialization.impl
Methods in org.projecthusky.xua.deserialization.impl that return AssertionModifier and TypeMethodDescriptionAssertionDeserializerImpl.fromXmlByteArray
(byte[] aByteArray) AssertionDeserializerImpl.fromXmlElement
(Element aXmlElement) AssertionDeserializerImpl.fromXmlString
(String aXmlString) -
Uses of Assertion in org.projecthusky.xua.saml2
Methods in org.projecthusky.xua.saml2 that return AssertionModifier and TypeMethodDescriptionAssertionBuilder.create()
Creates a concrete instance of Assertion with setted params. Erstellt die konkrete Instanz des Assertion mit den gesetzten Parametern.AssertionBuilder.create
(org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AssertionType aInternalObject) Method to create an instance of type AssertionType. Methode um eine Instanc des Typs AssertionType zu erstellen.Methods in org.projecthusky.xua.saml2 that return types with arguments of type Assertion -
Uses of Assertion in org.projecthusky.xua.saml2.impl
Subclasses of Assertion in org.projecthusky.xua.saml2.implMethods in org.projecthusky.xua.saml2.impl that return AssertionModifier and TypeMethodDescriptionAssertionBuilderImpl.create()
Creates a concrete instance of Assertion with setted params. Erstellt die konkrete Instanz des Assertion mit den gesetzten Parametern.AssertionBuilderImpl.create
(org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AssertionType aInternalObject) Method to create an instance of type AssertionType. Methode um eine Instanc des Typs AssertionType zu erstellen.AssertionBuilderImpl.create
(org.opensaml.saml.saml2.core.Assertion aInternalObject) Method to create an instance of type T. Methode um eine Instanc des Typs T zu erstellen.Methods in org.projecthusky.xua.saml2.impl that return types with arguments of type Assertion -
Uses of Assertion in org.projecthusky.xua.saml2.validation.impl
Methods in org.projecthusky.xua.saml2.validation.impl with parameters of type Assertion -
Uses of Assertion in org.projecthusky.xua.serialization.impl
Methods in org.projecthusky.xua.serialization.impl with parameters of type AssertionModifier and TypeMethodDescriptionbyte[]
AssertionSerializerImpl.toXmlByteArray
(Assertion aSecurityObject) AssertionSerializerImpl.toXmlElement
(Assertion aSecurityObject) AssertionSerializerImpl.toXmlString
(Assertion aSecurityObject)