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 Summary
 X509Certificate getCertificate()
           
 Crypto getCrypto()
           
 String getCryptoProperties()
           
 byte[] getKey()
           
 String getUser()
           
 

Method Detail

getUser

String getUser()

getKey

byte[] getKey()

getCertificate

X509Certificate getCertificate()

getCrypto

Crypto getCrypto()
                 throws WSSecurityException
Throws:
WSSecurityException

getCryptoProperties

String getCryptoProperties()


Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.