Uses of Interface
org.apache.wss4j.dom.action.Action
-
Packages that use Action Package Description org.apache.wss4j.dom.action org.apache.wss4j.dom.engine -
-
Uses of Action in org.apache.wss4j.dom.action
Classes in org.apache.wss4j.dom.action that implement Action Modifier and Type Class Description classCustomTokenActionclassEncryptionActionclassEncryptionDerivedActionclassSAMLTokenSignedActionclassSAMLTokenUnsignedActionclassSignatureActionclassSignatureConfirmationActionclassSignatureDerivedActionclassTimestampActionclassUsernameTokenActionclassUsernameTokenSignedActionSign a request using a secret key derived from UsernameToken data. -
Uses of Action in org.apache.wss4j.dom.engine
Methods in org.apache.wss4j.dom.engine that return Action Modifier and Type Method Description ActionWSSConfig. getAction(int action)Lookup actionMethods in org.apache.wss4j.dom.engine with parameters of type Action Modifier and Type Method Description Class<?>WSSConfig. setAction(int code, Action action)Associate an action instance with a specific action code.
-