Package | Description |
---|---|
com.sun.identity.liberty.ws.security |
Provides interface to manage liberty security
|
com.sun.identity.saml.xmlsig |
Defines KeyProvider interface and default implementation class.
|
com.sun.identity.wss.security |
Defines Web Services Security Token specification and Token interfaces
with their respective implementation classes for different WS-* Security
Tokens.
|
Modifier and Type | Field and Description |
---|---|
protected XMLSignatureManager |
LibSecurityTokenProvider.sigManager |
Modifier and Type | Method and Description |
---|---|
static XMLSignatureManager |
SecurityUtils.getSignatureManager()
Returns XML Signature instance.
|
Modifier and Type | Method and Description |
---|---|
void |
LibSecurityTokenProvider.initialize(Object credential,
XMLSignatureManager sigManager)
Initializes the
LibSecurityTokenProvider . |
void |
SecurityTokenProvider.initialize(Object credential,
XMLSignatureManager sigManager)
Initializes the
SecurityTokenProvider . |
Constructor and Description |
---|
SecurityTokenManager(Object credential,
XMLSignatureManager signatureManager)
Gets the security token manager instance, this constructor is only
applicable when the client is running in the same JVM as server.
|
Modifier and Type | Field and Description |
---|---|
protected static XMLSignatureManager |
XMLSignatureManager.instance |
Modifier and Type | Method and Description |
---|---|
static XMLSignatureManager |
XMLSignatureManager.getInstance()
Gets the singleton instance of
XMLSignatureManager with
default KeyProvider and SignatureProvider . |
static XMLSignatureManager |
XMLSignatureManager.getInstance(KeyProvider keyProvider,
SignatureProvider sigProvider)
Get an instance of
XMLSignatureManager with specified
KeyProvider and SignatureProvider . |
Modifier and Type | Method and Description |
---|---|
static XMLSignatureManager |
WSSUtils.getXMLSignatureManager() |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.