public class SAMLArtifactContext
extends org.opensaml.messaging.context.BaseContext
Constructor and Description |
---|
SAMLArtifactContext() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getArtifactType()
Gets the artifact type.
|
Integer |
getSourceArtifactResolutionServiceEndpointIndex()
Get the artifact resolution service endpoint index.
|
String |
getSourceArtifactResolutionServiceEndpointURL()
Get the artifact resolution service endpoint URL.
|
String |
getSourceEntityId()
Get the artifact source entityID.
|
void |
setArtifactType(byte[] type)
Sets the artifact type.
|
void |
setSourceArtifactResolutionServiceEndpointIndex(Integer index)
Set the source artifact resolution service endpoint index.
|
void |
setSourceArtifactResolutionServiceEndpointURL(String url)
Set the artifact resolution service endpoint URL.
|
void |
setSourceEntityId(String entityId)
Set the artifact source entityID.
|
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
@Nullable public byte[] getArtifactType()
public void setArtifactType(@Nullable byte[] type)
type
- the new artifact type@Nullable @NotEmpty public String getSourceEntityId()
public void setSourceEntityId(@Nullable String entityId)
entityId
- the new source entityID@Nullable @NotEmpty public String getSourceArtifactResolutionServiceEndpointURL()
public void setSourceArtifactResolutionServiceEndpointURL(@Nullable String url)
url
- the new URL@Nullable public Integer getSourceArtifactResolutionServiceEndpointIndex()
Copyright © 2016 JBoss by Red Hat. All rights reserved.