Package org.projecthusky.xua.saml2.impl
Class EncryptedAssertionBuilderImpl
java.lang.Object
org.projecthusky.xua.saml2.impl.EncryptedAssertionBuilderImpl
- All Implemented Interfaces:
SecurityObjectBuilder<org.opensaml.saml.saml2.core.EncryptedAssertion,
,EncryptedAssertion> EncryptedAssertionBuilder
,SimpleBuilder<EncryptedAssertion>
public class EncryptedAssertionBuilderImpl
extends Object
implements EncryptedAssertionBuilder, SecurityObjectBuilder<org.opensaml.saml.saml2.core.EncryptedAssertion,EncryptedAssertion>
Class implementing the corresponding interface for EncryptedAssertion building.
Die Klasse implementiert das entsprechende Interface um EncryptedAssertions bilden zu können.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()
Creates a concrete instance of T with setted params. Erstellt die konkrete Instanz von T mit den gesetzten Parametern.create
(org.opensaml.saml.saml2.core.EncryptedAssertion aInternalObject) Method to create an instance of type T. Methode um eine Instanc des Typs T zu erstellen.
-
Constructor Details
-
EncryptedAssertionBuilderImpl
public EncryptedAssertionBuilderImpl()Default constructor
-
-
Method Details
-
create
Creates a concrete instance of T with setted params.Erstellt die konkrete Instanz von T mit den gesetzten Parametern.- Specified by:
create
in interfaceSimpleBuilder<EncryptedAssertion>
- Returns:
- a new instance of T with the params seteine neue Instanz von T mit den gesetzten Parametern
- See Also:
-
create
Method to create an instance of type T.Methode um eine Instanc des Typs T zu erstellen.- Specified by:
create
in interfaceSecurityObjectBuilder<org.opensaml.saml.saml2.core.EncryptedAssertion,
EncryptedAssertion> - Parameters:
aInternalObject
-the internal wrapped object of type Tdas Innere, gewrappte Object vom Typ T- Returns:
- the Object ot the type U
the instance of type Udie erstellte Instanz vom Typ U
- See Also:
-