Package | Description |
---|---|
org.apache.wss4j.common.token | |
org.apache.wss4j.dom.handler | |
org.apache.wss4j.dom.message.token | |
org.apache.wss4j.dom.str |
Constructor and Description |
---|
BinarySecurity(Element elem,
BSPEnforcer bspEnforcer)
Constructor.
|
PKIPathSecurity(Element elem,
BSPEnforcer bspEnforcer)
Constructor.
|
SecurityTokenReference(Element elem,
BSPEnforcer bspEnforcer)
Constructor.
|
X509Security(Element elem,
BSPEnforcer bspEnforcer)
This constructor creates a new X509 certificate object and initializes
it from the data contained in the element.
|
Modifier and Type | Method and Description |
---|---|
BSPEnforcer |
RequestData.getBSPEnforcer() |
Modifier and Type | Method and Description |
---|---|
byte[] |
UsernameToken.getDerivedKey(BSPEnforcer bspEnforcer)
This method gets a derived key as defined in WSS Username Token Profile.
|
Constructor and Description |
---|
DerivedKeyToken(Element elem,
BSPEnforcer bspEnforcer)
This will create a DerivedKeyToken object with the given DerivedKeyToken element
|
KerberosSecurity(Element elem,
BSPEnforcer bspEnforcer)
This constructor creates a new Kerberos token object and initializes
it from the data contained in the element.
|
SignatureConfirmation(Element elem,
BSPEnforcer bspEnforcer)
Constructs a
SignatureConfirmation object and parses the
wsse11:SignatureConfirmation element to initialize it. |
Timestamp(Element timestampElement,
BSPEnforcer bspEnforcer)
Constructs a
Timestamp object and parses the
wsu:Timestamp element to initialize it. |
UsernameToken(Element elem,
boolean allowNamespaceQualifiedPasswordTypes,
BSPEnforcer bspEnforcer)
Constructs a
UsernameToken object and parses the
wsse:UsernameToken element to initialize it. |
Modifier and Type | Method and Description |
---|---|
static void |
STRParserUtil.checkBinarySecurityBSPCompliance(SecurityTokenReference secRef,
BinarySecurity token,
BSPEnforcer bspEnforcer)
Check that the BinarySecurityToken referenced by the SecurityTokenReference argument
is BSP compliant.
|
static void |
STRParserUtil.checkEncryptedKeyBSPCompliance(SecurityTokenReference secRef,
BSPEnforcer bspEnforcer)
Check that the EncryptedKey referenced by the SecurityTokenReference argument
is BSP compliant.
|
static void |
STRParserUtil.checkSamlTokenBSPCompliance(SecurityTokenReference secRef,
SamlAssertionWrapper samlAssertion,
BSPEnforcer bspEnforcer)
Check that the SAML token referenced by the SecurityTokenReference argument
is BSP compliant.
|
static void |
STRParserUtil.checkUsernameTokenBSPCompliance(SecurityTokenReference secRef,
BSPEnforcer bspEnforcer)
Check that the Username token referenced by the SecurityTokenReference argument
is BSP compliant.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.