Uses of Interface
org.projecthusky.xua.saml2.Response
Packages that use Response
Package
Description
-
Uses of Response in org.projecthusky.xua.communication.clients.impl
Methods in org.projecthusky.xua.communication.clients.impl that return ResponseModifier and TypeMethodDescriptionIdpClientByCert.send(AuthnRequest aAuthnRequest) IdpClientByProxy.send(AuthnRequest aAuthnRequest) IdpSoapBindingClientByBasicAuth.send(AuthnRequest aAuthnRequest) Method to send an AuthnRequest. Methode um einen AuthnRequest zu senden. -
Uses of Response in org.projecthusky.xua.deserialization.impl
Methods in org.projecthusky.xua.deserialization.impl that return ResponseModifier and TypeMethodDescriptionResponseDeserializerImpl.fromXmlByteArray(byte[] aByteArray) Method to deserialize from an xml String to the to T corresponding model. Methode um von einem XML String zu einer dem T entsprechenden Modell zu deserialisieren.ResponseDeserializerImpl.fromXmlElement(Element aXmlElement) Method to deserialize from an xml Element to the to T corresponding model. Methode um von einem XML Element zu einer dem T entsprechenden Modell zu deserialisieren.ResponseDeserializerImpl.fromXmlString(String aXmlString) Method to deserialize from an xml String to the to T corresponding model. Methode um von einem XML String zu einer dem T entsprechenden Modell zu deserialisieren. -
Uses of Response in org.projecthusky.xua.saml2
Methods in org.projecthusky.xua.saml2 that return types with arguments of type ResponseModifier and TypeMethodDescriptionArtifactResponse.getResponses()Method to get a list of Response. Methode um die Liste von Responses zu holen. -
Uses of Response in org.projecthusky.xua.saml2.impl
Classes in org.projecthusky.xua.saml2.impl that implement ResponseModifier and TypeClassDescriptionclassImplementation class of Response Implementations Klasse von ResponseMethods in org.projecthusky.xua.saml2.impl that return ResponseModifier and TypeMethodDescriptionResponseBuilderImpl.create()Creates a concrete instance of T with setted params. Erstellt die konkrete Instanz von T mit den gesetzten Parametern.ResponseBuilderImpl.create(org.opensaml.saml.saml2.core.Response 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 Response -
Uses of Response in org.projecthusky.xua.saml2.validation.impl
Methods in org.projecthusky.xua.saml2.validation.impl with parameters of type Response -
Uses of Response in org.projecthusky.xua.serialization.impl
Methods in org.projecthusky.xua.serialization.impl with parameters of type ResponseModifier and TypeMethodDescriptionbyte[]ResponseSerializerImpl.toXmlByteArray(Response aSecurityObject) Method to serialize the instance of T into an byte array. Methode um eine Instanz von T in ein Byte Array zu serialisieren.ResponseSerializerImpl.toXmlElement(Response aSecurityObject) Method to serialize the instance of T into an xml structure. Methode um eine Instanz von T in eine XML Struktur zu serialisieren.ResponseSerializerImpl.toXmlString(Response aSecurityObject) Method to serialize the instance of T into a string. Methode um eine Instanz von T in einen string zu serialisieren.