Package org.projecthusky.xua.saml2.impl
Class ArtifactResolveImpl
java.lang.Object
org.projecthusky.xua.saml2.impl.ArtifactResolveImpl
- All Implemented Interfaces:
SecurityObject<org.opensaml.saml.saml2.core.ArtifactResolve>
,ArtifactResolve
,Base
public class ArtifactResolveImpl
extends Object
implements ArtifactResolve, SecurityObject<org.opensaml.saml.saml2.core.ArtifactResolve>
Interface describing the ArtifactResolve methods.
Interface welches die ArtifactResolve Methoden beschreibt.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ArtifactResolveImpl
(org.opensaml.saml.saml2.core.ArtifactResolve aWrappedObject) Constructor with wrapped opensaml instance as param. -
Method Summary
Modifier and TypeMethodDescriptionMethod to get the Artifact. Methode um das Artifact zu holen.getId()
Method to get the ID. Methode die ID zu holen.Method to get the IssueInstant. Methode den IssueInstant zu holen.Method to get the Issuer. Methode um den Issuer zu holen.Method to get the Version. Methode um die Version zu holen.org.opensaml.saml.saml2.core.ArtifactResolve
Method to get the wrapped inner object. Methode um das Innere, gewrappte object zu erhalten.
-
Constructor Details
-
ArtifactResolveImpl
protected ArtifactResolveImpl(org.opensaml.saml.saml2.core.ArtifactResolve aWrappedObject) Constructor with wrapped opensaml instance as param.- Parameters:
aWrappedObject
- the wrapped instance
-
-
Method Details
-
getArtifact
Description copied from interface:ArtifactResolve
Method to get the Artifact.Methode um das Artifact zu holen.- Specified by:
getArtifact
in interfaceArtifactResolve
- Returns:
- the Artifact as
String
der Artifact alsString
-
getId
Description copied from interface:Base
Method to get the ID.Methode die ID zu holen. -
getIssueInstant
Description copied from interface:Base
Method to get the IssueInstant.Methode den IssueInstant zu holen.- Specified by:
getIssueInstant
in interfaceBase
- Returns:
- the IssueInstant value as
Calendar
.der IssueInstant Wert alsCalendar
.
-
getIssuer
Description copied from interface:Base
Method to get the Issuer.Methode um den Issuer zu holen. -
getVersion
Description copied from interface:Base
Method to get the Version.Methode um die Version zu holen.- Specified by:
getVersion
in interfaceBase
- Returns:
- the Version value as
String
.die Version alsString
.
-
getWrappedObject
public org.opensaml.saml.saml2.core.ArtifactResolve getWrappedObject()Description copied from interface:SecurityObject
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.ArtifactResolve>
- Returns:
- returns the wrapped inner object (depends on implementation)
-