|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.wss.impl.policy.MLSPolicy
com.sun.xml.wss.impl.policy.mls.WSSPolicy
com.sun.xml.wss.impl.policy.mls.WSSFeatureBindingExtension
public abstract class WSSFeatureBindingExtension
Constructor Summary | |
---|---|
WSSFeatureBindingExtension()
Creates a new instance of WSSFeatureBindingExtension |
Method Summary | |
---|---|
MLSPolicy |
newSAMLAssertionFeatureBinding()
Create and set the FeatureBinding for this WSSPolicy to a SAMLAssertionBinding |
MLSPolicy |
newUsernameTokenFeatureBinding()
Create and set the FeatureBinding for this WSSPolicy to a UsernameTokenBinding |
MLSPolicy |
newX509CertificateFeatureBinding()
Create and set the FeatureBinding for this WSSPolicy to an X509CertificateBinding |
Methods inherited from class com.sun.xml.wss.impl.policy.mls.WSSPolicy |
---|
clone, equals, equalsIgnoreTargets, getFeatureBinding, getKeyBinding, getPolicyIdentifier, getUUID, isBSP, isBSP, isOptional, isOptional, setFeatureBinding, setKeyBinding, setPolicyIdentifier, setUUID |
Methods inherited from class com.sun.xml.wss.impl.policy.MLSPolicy |
---|
isReadOnly, isReadOnly |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.sun.xml.wss.impl.policy.SecurityPolicy |
---|
getType |
Constructor Detail |
---|
public WSSFeatureBindingExtension()
Method Detail |
---|
public MLSPolicy newUsernameTokenFeatureBinding() throws PolicyGenerationException
PolicyGenerationException
- if UsernameTokenBinding is not a valid FeatureBinding for this WSSPolicySignaturePolicy
,
EncryptionPolicy
,
AuthenticationTokenPolicy
public MLSPolicy newX509CertificateFeatureBinding() throws PolicyGenerationException
PolicyGenerationException
- if X509CertificateBinding is not a valid FeatureBinding for this WSSPolicySignaturePolicy
,
EncryptionPolicy
,
AuthenticationTokenPolicy
public MLSPolicy newSAMLAssertionFeatureBinding() throws PolicyGenerationException
PolicyGenerationException
- if SAMLAssertionBinding is not a valid FeatureBinding for this WSSPolicySignaturePolicy
,
EncryptionPolicy
,
AuthenticationTokenPolicy
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |