Package | Description |
---|---|
org.apache.wss4j.common.bsp | |
org.apache.wss4j.dom.handler | |
org.apache.wss4j.stax.ext | |
org.apache.wss4j.stax.impl |
Modifier and Type | Method and Description |
---|---|
static BSPRule |
BSPRule.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BSPRule[] |
BSPRule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BSPEnforcer.handleBSPRule(BSPRule bspRule) |
Modifier and Type | Method and Description |
---|---|
void |
BSPEnforcer.setIgnoredBSPRules(List<BSPRule> bspRules) |
Constructor and Description |
---|
BSPEnforcer(List<BSPRule> bspRules) |
Modifier and Type | Method and Description |
---|---|
List<BSPRule> |
RequestData.getIgnoredBSPRules() |
Modifier and Type | Method and Description |
---|---|
void |
RequestData.setIgnoredBSPRules(List<BSPRule> bspRules) |
Modifier and Type | Method and Description |
---|---|
List<BSPRule> |
WSSSecurityProperties.getIgnoredBSPRules() |
Modifier and Type | Method and Description |
---|---|
void |
WSSSecurityProperties.addIgnoreBSPRule(BSPRule bspRule) |
void |
WSInboundSecurityContext.handleBSPRule(BSPRule bspRule) |
Modifier and Type | Method and Description |
---|---|
void |
WSInboundSecurityContext.ignoredBSPRules(List<BSPRule> bspRules) |
Modifier and Type | Method and Description |
---|---|
void |
InboundWSSecurityContextImpl.handleBSPRule(BSPRule bspRule) |
Modifier and Type | Method and Description |
---|---|
void |
InboundWSSecurityContextImpl.ignoredBSPRules(List<BSPRule> bspRules) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.