public class SAMLArtifactContext extends BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator| Modifier and Type | Field and Description |
|---|---|
private byte[] |
artifactType
The artifact type.
|
private java.lang.Integer |
sourceArtifactResolutionServiceEndpointIndex
The artifact resolution endpoint index.
|
private java.lang.String |
sourceArtifactResolutionServiceEndpointUrl
The artifact resolution endpoint URL.
|
private java.lang.String |
sourceEntityId
The artifact source entityID.
|
| Constructor and Description |
|---|
SAMLArtifactContext() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getArtifactType()
Gets the artifact type.
|
java.lang.Integer |
getSourceArtifactResolutionServiceEndpointIndex()
Get the artifact resolution service endpoint index.
|
java.lang.String |
getSourceArtifactResolutionServiceEndpointURL()
Get the artifact resolution service endpoint URL.
|
java.lang.String |
getSourceEntityId()
Get the artifact source entityID.
|
void |
setArtifactType(byte[] type)
Sets the artifact type.
|
void |
setSourceArtifactResolutionServiceEndpointIndex(java.lang.Integer index)
Set the source artifact resolution service endpoint index.
|
void |
setSourceArtifactResolutionServiceEndpointURL(java.lang.String url)
Set the artifact resolution service endpoint URL.
|
void |
setSourceEntityId(java.lang.String entityId)
Set the artifact source entityID.
|
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParent@Nullable private byte[] artifactType
@Nullable @NotEmpty private java.lang.String sourceEntityId
@Nullable @NotEmpty private java.lang.String sourceArtifactResolutionServiceEndpointUrl
@Nullable private java.lang.Integer sourceArtifactResolutionServiceEndpointIndex
@Nullable public byte[] getArtifactType()
public void setArtifactType(@Nullable
byte[] type)
type - the new artifact type@Nullable @NotEmpty public java.lang.String getSourceEntityId()
public void setSourceEntityId(@Nullable
java.lang.String entityId)
entityId - the new source entityID@Nullable @NotEmpty public java.lang.String getSourceArtifactResolutionServiceEndpointURL()
public void setSourceArtifactResolutionServiceEndpointURL(@Nullable
java.lang.String url)
url - the new URL@Nullable public java.lang.Integer getSourceArtifactResolutionServiceEndpointIndex()
public void setSourceArtifactResolutionServiceEndpointIndex(@Nullable
java.lang.Integer index)
index - the new index