public abstract class AbstractAuthenticatableSAMLEntityContext extends AbstractSAMLEntityContext
BaseContext.ContextSetNoRemoveIteratorDecorator
Modifier and Type | Field and Description |
---|---|
private boolean |
authenticated
Flag indicating whether the SAML peer entity has been authenticated.
|
Constructor and Description |
---|
AbstractAuthenticatableSAMLEntityContext() |
Modifier and Type | Method and Description |
---|---|
boolean |
isAuthenticated()
Gets the flag indicating whether the SAML peer entity has been authenticated.
|
void |
setAuthenticated(boolean flag)
Sets the flag indicating whether the SAML peer entity has been authenticated.
|
getEntityId, getRole, setEntityId, setRole
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
private boolean authenticated
public AbstractAuthenticatableSAMLEntityContext()
public boolean isAuthenticated()
public void setAuthenticated(boolean flag)
flag
- The flag to set.Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.