Uses of Interface
org.projecthusky.xua.authentication.AuthnRequest
Packages that use AuthnRequest
Package
Description
-
Uses of AuthnRequest in org.projecthusky.xua.authentication
Methods in org.projecthusky.xua.authentication that return AuthnRequestModifier and TypeMethodDescriptionAuthnRequestBuilder.create()
Creates a concrete instance of AuthnRequest with setted params. Erstellt die konkrete Instanz des AuthnRequests mit den gesetzten Parametern.Methods in org.projecthusky.xua.authentication with parameters of type AuthnRequestModifier and TypeMethodDescriptionAuthenticationModule.invokeUserAuthentication
(AuthnRequest aAuthnRequest, IdpClientConfig clientConfiguration) Method to get the authentication assertion from an idp. Methode um die Authentifizierungs-Assertion eines IdP zu erhalten. -
Uses of AuthnRequest in org.projecthusky.xua.authentication.impl
Classes in org.projecthusky.xua.authentication.impl that implement AuthnRequestModifier and TypeClassDescriptionclass
Class implementing the corresponding interface for AuthnRequest. Die Klasse implementiert das entsprechende Interface AuthnRequest.Methods in org.projecthusky.xua.authentication.impl that return AuthnRequestModifier and TypeMethodDescriptionAuthnRequestBuilderImpl.create()
Creates a concrete instance of AuthnRequest with setted params. Erstellt die konkrete Instanz des AuthnRequests mit den gesetzten Parametern.AuthnRequestBuilderImpl.create
(org.opensaml.saml.saml2.core.AuthnRequest aInternalObject) Method to create an instance of type T. Methode um eine Instanc des Typs T zu erstellen. -
Uses of AuthnRequest in org.projecthusky.xua.communication.clients
Methods in org.projecthusky.xua.communication.clients with parameters of type AuthnRequestModifier and TypeMethodDescriptionIdpClient.send
(AuthnRequest aAuthnRequest) Method to send an AuthnRequest. Methode um einen AuthnRequest zu senden. -
Uses of AuthnRequest in org.projecthusky.xua.communication.clients.impl
Methods in org.projecthusky.xua.communication.clients.impl with parameters of type AuthnRequestModifier and TypeMethodDescriptionIdpClientByBrowserAndProtocolHandler.send
(AuthnRequest aAuthnRequest) Method to send an AuthnRequest. Methode um einen AuthnRequest zu senden.IdpClientByCert.send
(AuthnRequest aAuthnRequest) IdpClientByProxy.send
(AuthnRequest aAuthnRequest) IdpSoapBindingClientByBasicAuth.send
(AuthnRequest aAuthnRequest) Method to send an AuthnRequest. Methode um einen AuthnRequest zu senden. -
Uses of AuthnRequest in org.projecthusky.xua.communication.impl
Methods in org.projecthusky.xua.communication.impl with parameters of type AuthnRequestModifier and TypeMethodDescriptionConvenienceUserAccessAuthenticationImpl.invokeUserAuthentication
(AuthnRequest aAuthnRequest, IdpClientConfig clientConfiguration) Method to get the authentication assertion from an idp. Methode um die Authentifizierungs-Assertion eines IdP zu erhalten. -
Uses of AuthnRequest in org.projecthusky.xua.crypt
Methods in org.projecthusky.xua.crypt with parameters of type AuthnRequestModifier and TypeMethodDescriptionvoid
SignCryptModule.signAuthnRequest
(AuthnRequest aAuthnRequest, String aSigningAlias) Method to sign an AuthnRequest. Methode um einen AuthnRequest zu signieren.void
SignCryptModuleImpl.signAuthnRequest
(AuthnRequest aAuthnRequest, String aSigningAlias) Method to sign an AuthnRequest. Methode um einen AuthnRequest zu signieren. -
Uses of AuthnRequest in org.projecthusky.xua.deserialization.impl
Methods in org.projecthusky.xua.deserialization.impl that return AuthnRequestModifier and TypeMethodDescriptionAuthnRequestDeserializerImpl.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.AuthnRequestDeserializerImpl.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.AuthnRequestDeserializerImpl.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 AuthnRequest in org.projecthusky.xua.serialization.impl
Methods in org.projecthusky.xua.serialization.impl with parameters of type AuthnRequestModifier and TypeMethodDescriptionbyte[]
AuthnRequestSerializerImpl.toXmlByteArray
(AuthnRequest aSecurityObject) Method to serialize the instance of T into an byte array. Methode um eine Instanz von T in ein Byte Array zu serialisieren.AuthnRequestSerializerImpl.toXmlElement
(AuthnRequest aSecurityObject) Method to serialize the instance of T into an xml structure. Methode um eine Instanz von T in eine XML Struktur zu serialisieren.AuthnRequestSerializerImpl.toXmlString
(AuthnRequest aSecurityObject) Method to serialize the instance of T into a string. Methode um eine Instanz von T in einen string zu serialisieren.