public abstract class AbstractSAMLEntityContext extends BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
entityId
The entityID of the SAML entity.
|
private javax.xml.namespace.QName |
role
The role under which the SAML entity is currently operating.
|
| Constructor and Description |
|---|
AbstractSAMLEntityContext() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEntityId()
Gets the entityId of the SAML entity.
|
javax.xml.namespace.QName |
getRole()
Get the role under which the SAML entity is currently operating.
|
void |
setEntityId(java.lang.String id)
Sets the entityId of the SAML entity.
|
void |
setRole(javax.xml.namespace.QName newRole)
Set the role under which the SAML entity is currently operating.
|
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParent@Nullable @NotEmpty private java.lang.String entityId
@Nullable private javax.xml.namespace.QName role
@Nullable @NotEmpty public java.lang.String getEntityId()
public void setEntityId(@Nullable
java.lang.String id)
id - the new entityId@Nullable public javax.xml.namespace.QName getRole()
public void setRole(@Nullable
javax.xml.namespace.QName newRole)
newRole - The role to set.