public class StaticMessageChannelSecurity extends AbstractMessageChannelSecurity
MessageChannelSecurityContext based on static configuration flags.| Constructor and Description |
|---|
StaticMessageChannelSecurity() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute(ProfileRequestContext profileRequestContext)
Performs this action.
|
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, isInitializedpublic 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 AbstractProfileActionprofileRequestContext - the current IdP profile request contextCopyright © 2021. All rights reserved.