public abstract class AbstractSAMLEntityContext extends BaseContext
BaseContext.ContextSetNoRemoveIteratorDecorator
Constructor and Description |
---|
AbstractSAMLEntityContext() |
Modifier and Type | Method and Description |
---|---|
String |
getEntityId()
Gets the entityId of the SAML entity.
|
QName |
getRole()
Get the role under which the SAML entity is currently operating.
|
void |
setEntityId(String id)
Sets the entityId of the SAML entity.
|
void |
setRole(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
@Nullable @NotEmpty public String getEntityId()
public void setEntityId(@Nullable String id)
id
- the new entityId@Nullable public QName getRole()
Copyright © 2017. All rights reserved.