Package org.projecthusky.xua.saml2.impl
Class AuthnStatementImpl
java.lang.Object
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.StatementAbstractType
org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AuthnStatementType
org.projecthusky.xua.saml2.impl.AuthnStatementImpl
- All Implemented Interfaces:
SecurityObject<org.opensaml.saml.saml2.core.AuthnStatement>
public class AuthnStatementImpl
extends org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AuthnStatementType
implements SecurityObject<org.opensaml.saml.saml2.core.AuthnStatement>
Implementation class of AuthnStatement
Implementations Klasse von AuthnStatement
-
Field Summary
Fields inherited from class org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AuthnStatementType
authnContext, authnInstant, sessionIndex, sessionNotOnOrAfter, subjectLocality -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAuthnStatementImpl(org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AuthnStatementType aAuthnStatement) Default constructor to instanciate the object. Default Konstruktor für die Instanziierung des Objekts.protectedAuthnStatementImpl(org.opensaml.saml.saml2.core.AuthnStatement aAuthnStatement) Default constructor to instanciate the object. Default Konstruktor für die Instanziierung des Objekts. -
Method Summary
Modifier and TypeMethodDescriptionorg.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AuthnContextTypeorg.opensaml.saml.saml2.core.AuthnStatementMethod to get the wrapped inner object. Methode um das Innere, gewrappte object zu erhalten.Methods inherited from class org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AuthnStatementType
getSubjectLocality, setAuthnContext, setAuthnInstant, setSessionIndex, setSessionNotOnOrAfter, setSubjectLocality
-
Constructor Details
-
AuthnStatementImpl
protected AuthnStatementImpl(org.opensaml.saml.saml2.core.AuthnStatement aAuthnStatement) Default constructor to instanciate the object.Default Konstruktor für die Instanziierung des Objekts.- Parameters:
aAuthnStatement- the AuthnStatement
-
AuthnStatementImpl
protected AuthnStatementImpl(org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AuthnStatementType aAuthnStatement) Default constructor to instanciate the object.Default Konstruktor für die Instanziierung des Objekts.- Parameters:
aAuthnStatement- the AuthnStatement
-
-
Method Details
-
getAuthnContext
public org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AuthnContextType getAuthnContext()- Overrides:
getAuthnContextin classorg.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AuthnStatementType- See Also:
-
getAuthnInstant
- Overrides:
getAuthnInstantin classorg.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AuthnStatementType- See Also:
-
getSessionIndex
- Overrides:
getSessionIndexin classorg.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AuthnStatementType- See Also:
-
getSessionNotOnOrAfter
- Overrides:
getSessionNotOnOrAfterin classorg.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion.AuthnStatementType- See Also:
-
getWrappedObject
public org.opensaml.saml.saml2.core.AuthnStatement getWrappedObject()Method to get the wrapped inner object.Methode um das Innere, gewrappte object zu erhalten.- Specified by:
getWrappedObjectin interfaceSecurityObject<org.opensaml.saml.saml2.core.AuthnStatement>- Returns:
- returns the wrapped inner object (depends on implementation)
- See Also:
-