Package org.projecthusky.xua.saml2.impl
Class SubjectConfirmationImpl
java.lang.Object
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.SubjectConfirmationType
org.projecthusky.xua.saml2.impl.SubjectConfirmationImpl
- All Implemented Interfaces:
SecurityObject<org.opensaml.saml.saml2.core.SubjectConfirmation>
public class SubjectConfirmationImpl
extends org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.SubjectConfirmationType
implements SecurityObject<org.opensaml.saml.saml2.core.SubjectConfirmation>
Implementation class of SubjectConfirmation
Implementations Klasse von SubjectConfirmation
-
Field Summary
Fields inherited from class org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.SubjectConfirmationType
baseID, encryptedID, method, nameID, subjectConfirmationData
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
SubjectConfirmationImpl
(org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.SubjectConfirmationType aInternalObject) Default constructor to instanciate the objectprotected
SubjectConfirmationImpl
(org.opensaml.saml.saml2.core.SubjectConfirmation aInternalObject) Default constructor to instanciate the object -
Method Summary
Modifier and TypeMethodDescriptionboolean
org.opensaml.saml.saml2.core.SubjectConfirmation
Method to get the wrapped inner object. Methode um das Innere, gewrappte object zu erhalten.int
hashCode()
Methods inherited from class org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.SubjectConfirmationType
getBaseID, getEncryptedID, getNameID, getSubjectConfirmationData, setBaseID, setEncryptedID, setMethod, setNameID, setSubjectConfirmationData
-
Constructor Details
-
SubjectConfirmationImpl
protected SubjectConfirmationImpl(org.opensaml.saml.saml2.core.SubjectConfirmation aInternalObject) Default constructor to instanciate the object- Parameters:
aInternalObject
-
-
SubjectConfirmationImpl
protected SubjectConfirmationImpl(org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.SubjectConfirmationType aInternalObject) Default constructor to instanciate the object- Parameters:
aInternalObject
-
-
-
Method Details
-
equals
-
getAddress
- Returns:
- the address
- See Also:
-
getInResponseTo
- Returns:
- the repsonse to
- See Also:
-
getMethod
- Overrides:
getMethod
in classorg.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.SubjectConfirmationType
- See Also:
-
getNotBefore
- Returns:
- the not before date
- See Also:
-
getNotOnOrAfter
- Returns:
- the not on or after date
- See Also:
-
getRecipient
- Returns:
- the recipient
- See Also:
-
getWrappedObject
public org.opensaml.saml.saml2.core.SubjectConfirmation getWrappedObject()Method to get the wrapped inner object.Methode um das Innere, gewrappte object zu erhalten.- Specified by:
getWrappedObject
in interfaceSecurityObject<org.opensaml.saml.saml2.core.SubjectConfirmation>
- Returns:
- returns the wrapped inner object (depends on implementation)
- See Also:
-
hashCode
public int hashCode()
-