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, setRoleaddSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprivate boolean authenticated
public AbstractAuthenticatableSAMLEntityContext()
public boolean isAuthenticated()
public void setAuthenticated(boolean flag)
flag - The flag to set.Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.