| Modifier and Type | Interface and Description |
|---|---|
interface |
KerberosBinarySecurityToken
Represents binary-formatted kerberos security tokens
|
interface |
X509BinarySecurityToken
Represents binary-formatted X509 security tokens
|
| Modifier and Type | Class and Description |
|---|---|
class |
KerberosBinarySecurityToken |
class |
X509BinarySecurityToken |
| Modifier and Type | Class and Description |
|---|---|
class |
BinarySecurityToken |
| Modifier and Type | Method and Description |
|---|---|
protected BinarySecurityToken |
TokenBuilder.createBinarySecurityToken(AuthenticationTokenPolicy.X509CertificateBinding binding,
X509Certificate x509Cert)
if a BinarySecurityToken already exists in the security header with the id of the binding
returns it else creates a BinarySecurityToken with the X509 certificate provided
Adds the username token to the security header
|
protected BinarySecurityToken |
TokenBuilder.createKerberosBST(AuthenticationTokenPolicy.KerberosTokenBinding binding,
byte[] kerbToken)
if an BinarySecurityToken already exists in the security header with the id of the binding
returns it else creates a new BinarySecurityToken with the kerboros token provided
Adds the BinarySecurityToken to the security header
|
| Modifier and Type | Method and Description |
|---|---|
static X509Certificate |
SOAPUtil.getCertificateFromToken(BinarySecurityToken bst) |
Copyright © 2005–2018 Oracle Corporation. All rights reserved.