org.apache.wss4j.common
Interface SecurityActionToken
- All Known Implementing Classes:
- EncryptionActionToken, SignatureActionToken, SignatureEncryptionActionToken
public interface SecurityActionToken
This interface encapsulates configuration for Actions. This allows a user to use specific keys
for different actions, rather than to use the generic keys etc. configured on the request.
getUser
String getUser()
getKey
byte[] getKey()
getCertificate
X509Certificate getCertificate()
getCrypto
Crypto getCrypto()
throws WSSecurityException
- Throws:
WSSecurityException
getCryptoProperties
String getCryptoProperties()
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.