Package org.projecthusky.xua.saml2.impl
Class SubjectMatchBuilderImpl
java.lang.Object
org.projecthusky.xua.saml2.impl.SubjectMatchBuilderImpl
- All Implemented Interfaces:
SecurityObjectBuilder<org.opensaml.xacml.policy.SubjectMatchType,
,org.herasaf.xacml.core.policy.impl.SubjectMatchType> SimpleBuilder<org.herasaf.xacml.core.policy.impl.SubjectMatchType>
public class SubjectMatchBuilderImpl
extends Object
implements SimpleBuilder<org.herasaf.xacml.core.policy.impl.SubjectMatchType>, SecurityObjectBuilder<org.opensaml.xacml.policy.SubjectMatchType,org.herasaf.xacml.core.policy.impl.SubjectMatchType>
Class implementing the corresponding interface for SubjectMatchType building.
Die Klasse implementiert das entsprechende Interface um SubjectMatchType bilden zu können.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.herasaf.xacml.core.policy.impl.SubjectMatchType
create()
Creates a concrete instance of T with setted params. Erstellt die konkrete Instanz von T mit den gesetzten Parametern.org.opensaml.xacml.policy.SubjectMatchType
create
(org.herasaf.xacml.core.policy.impl.SubjectMatchType aInternalObject) Method to create SubjectMatchType.org.herasaf.xacml.core.policy.impl.SubjectMatchType
create
(org.opensaml.xacml.policy.SubjectMatchType aInternalObject) Method to create an instance of type T. Methode um eine Instanc des Typs T zu erstellen.
-
Constructor Details
-
SubjectMatchBuilderImpl
public SubjectMatchBuilderImpl()
-
-
Method Details
-
create
public org.herasaf.xacml.core.policy.impl.SubjectMatchType create(org.opensaml.xacml.policy.SubjectMatchType aInternalObject) Description copied from interface:SecurityObjectBuilder
Method to create an instance of type T.Methode um eine Instanc des Typs T zu erstellen.- Specified by:
create
in interfaceSecurityObjectBuilder<org.opensaml.xacml.policy.SubjectMatchType,
org.herasaf.xacml.core.policy.impl.SubjectMatchType> - 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
-
create
public org.herasaf.xacml.core.policy.impl.SubjectMatchType create()Description copied from interface:SimpleBuilder
Creates a concrete instance of T with setted params.Erstellt die konkrete Instanz von T mit den gesetzten Parametern.- Specified by:
create
in interfaceSimpleBuilder<org.herasaf.xacml.core.policy.impl.SubjectMatchType>
- Returns:
- a new instance of T with the params seteine neue Instanz von T mit den gesetzten Parametern
-
create
public org.opensaml.xacml.policy.SubjectMatchType create(org.herasaf.xacml.core.policy.impl.SubjectMatchType aInternalObject) Method to create SubjectMatchType.- Parameters:
aInternalObject
- the SubjectMatchType- Returns:
- the opensaml SubjectMatchType
-