Package | Description |
---|---|
org.apache.ws.security | |
org.apache.ws.security.message | |
org.apache.ws.security.message.token | |
org.apache.ws.security.str | |
org.apache.ws.security.validate |
Constructor and Description |
---|
WSSecurityEngineResult(int act,
BinarySecurity token,
X509Certificate[] certs) |
Modifier and Type | Field and Description |
---|---|
protected BinarySecurity |
WSSecEncryptedKey.bstToken
BinarySecurityToken to be included in the case where BST_DIRECT_REFERENCE
is used to refer to the asymmetric encryption cert
|
protected BinarySecurity |
WSSecSignature.bstToken |
Modifier and Type | Class and Description |
---|---|
class |
KerberosSecurity
Kerberos Security Token.
|
class |
PKIPathSecurity
PKIPath Security Token.
|
class |
X509Security
X509 Security Token.
|
Modifier and Type | Method and Description |
---|---|
static void |
BSPEnforcer.checkBinarySecurityBSPCompliance(SecurityTokenReference secRef,
BinarySecurity token)
Check that the BinarySecurityToken referenced by the SecurityTokenReference argument
is BSP compliant.
|
Modifier and Type | Method and Description |
---|---|
BinarySecurity |
Credential.getBinarySecurityToken()
Get the BinarySecurityToken to be validated
|
Modifier and Type | Method and Description |
---|---|
void |
Credential.setBinarySecurityToken(BinarySecurity binarySecurityToken)
Set the BinarySecurityToken to be validated
|
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.