public class StaticMessageChannelSecurity extends AbstractMessageChannelSecurity
MessageChannelSecurityContext based on static configuration flags.| Modifier and Type | Field and Description |
|---|---|
private boolean |
confidentialityActive
Message channel confidentiality flag.
|
private boolean |
integrityActive
Message channel integrity flag.
|
| Constructor and Description |
|---|
StaticMessageChannelSecurity() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute(ProfileRequestContext profileRequestContext) |
boolean |
isConfidentialityActive()
Get whether message channel confidentiality is active.
|
boolean |
isIntegrityActive()
Get whether message channel integrity is active.
|
void |
setConfidentialityActive(boolean flag)
Set whether message channel confidentiality is active.
|
void |
setIntegrityActive(boolean flag)
Set whether message channel integrity is active.
|
doPreExecute, getParentContext, setParentContextLookupStrategydoPostExecute, doPostExecute, execute, getHttpServletRequest, getHttpServletResponse, getLogPrefix, setHttpServletRequest, setHttpServletResponsedestroy, doDestroy, doInitialize, initialize, isDestroyed, isInitializedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitialize, isInitializedprivate boolean confidentialityActive
private boolean integrityActive
public boolean isConfidentialityActive()
public void setConfidentialityActive(boolean flag)
flag - The confidentialityActive to set.public boolean isIntegrityActive()
public void setIntegrityActive(boolean flag)
flag - The integrityActive to set.protected void doExecute(@Nonnull ProfileRequestContext profileRequestContext)
doExecute in class AbstractProfileActionCopyright © 1999–2019 Shibboleth Consortium. All rights reserved.