Class | Description |
---|---|
EncryptProfile |
Encrypt the message
ex: https://access.redhat.com/knowledge/docs/en-US/JBoss_Enterprise_Web_Platform/5/html/JBoss_WS_CXF_User_Guide/ch11s02.html
The properties object format must be
org.apache.ws.security.crypto.provider=org.apache.ws.security.components.crypto.Merlin
org.apache.ws.security.crypto.merlin.keystore.type=jks
org.apache.ws.security.crypto.merlin.keystore.password=password
org.apache.ws.security.crypto.merlin.keystore.alias=alice
org.apache.ws.security.crypto.merlin.keystore.file=org/apache/cxf/systest/ws/security/alice.jks
|
SAMLTokenProfile |
SAML Profile based authentication using WSS4J.
|
SignatureProfile |
Signing a message is used to validate to the recipient that the message could
only have come from a certain sender, and that the message was not altered in
transit.
|
TimestampProfile |
Timestamp Profile using WSS4J
|
UsernameTokenProfile |
This class uses the WS-Security using standard OASIS Web Services Security
implemented by apache "WSS4J" Implements "Username Token Profile"
|
WSConnectionImpl |
WebService connection implementation.
|
WSManagedConnectionFactory | |
WSResourceAdapter | |
WSSecurityCredential | |
WSSecurityToken |
a base class handle WSSecurity
|
Enum | Description |
---|---|
WSManagedConnectionFactory.SecurityType | |
WSSecurityCredential.SecurityHandler |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.