Package 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.
-
Method Details
-
getUser
String getUser() -
getKey
byte[] getKey() -
getCertificate
X509Certificate getCertificate() -
getCrypto
- Throws:
WSSecurityException
-
getCryptoProperties
String getCryptoProperties()
-