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, setParentContextLookupStrategy
doPostExecute, doPostExecute, execute, getHttpServletRequest, getHttpServletResponse, getLogPrefix, setHttpServletRequest, setHttpServletResponse
destroy, doDestroy, doInitialize, initialize, isDestroyed, isInitialized
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 AbstractProfileAction
profileRequestContext
- the current IdP profile request contextCopyright © 2019. All rights reserved.