public class MessageChannelSecurityContext extends BaseContext
This data is typically used to determine whether additional application- or protocol-specific signing and/or encryption operations are necessary.
BaseContext.ContextSetNoRemoveIteratorDecorator
Constructor and Description |
---|
MessageChannelSecurityContext() |
Modifier and Type | Method and Description |
---|---|
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.
|
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
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.Copyright © 2017. All rights reserved.