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
ConstructorsModifierConstructorDescriptionprotectedArtifactResolveImpl(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.ArtifactResolveMethod 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:ArtifactResolveMethod to get the Artifact.Methode um das Artifact zu holen.- Specified by:
getArtifactin interfaceArtifactResolve- Returns:
- the Artifact as
Stringder Artifact alsString
-
getId
Description copied from interface:BaseMethod to get the ID.Methode die ID zu holen. -
getIssueInstant
Description copied from interface:BaseMethod to get the IssueInstant.Methode den IssueInstant zu holen.- Specified by:
getIssueInstantin interfaceBase- Returns:
- the IssueInstant value as
Calendar.der IssueInstant Wert alsCalendar.
-
getIssuer
Description copied from interface:BaseMethod to get the Issuer.Methode um den Issuer zu holen. -
getVersion
Description copied from interface:BaseMethod to get the Version.Methode um die Version zu holen.- Specified by:
getVersionin interfaceBase- Returns:
- the Version value as
String.die Version alsString.
-
getWrappedObject
public org.opensaml.saml.saml2.core.ArtifactResolve getWrappedObject()Description copied from interface:SecurityObjectMethod to get the wrapped inner object.Methode um das Innere, gewrappte object zu erhalten.- Specified by:
getWrappedObjectin interfaceSecurityObject<org.opensaml.saml.saml2.core.ArtifactResolve>- Returns:
- returns the wrapped inner object (depends on implementation)
-