Uses of Class
com.sun.xml.wss.impl.policy.MLSPolicy
Packages that use MLSPolicy
Package
Description
-
Uses of MLSPolicy in com.sun.xml.ws.security.opt.impl.incoming
Methods in com.sun.xml.ws.security.opt.impl.incoming that return MLSPolicyMethods in com.sun.xml.ws.security.opt.impl.incoming with parameters of type MLSPolicy -
Uses of MLSPolicy in com.sun.xml.wss.impl.dsig
Methods in com.sun.xml.wss.impl.dsig with parameters of type MLSPolicyModifier and TypeMethodDescriptionWSSPolicyConsumerImpl.constructKeyInfo(MLSPolicy signaturePolicy, SecurityTokenReference reference) WSSPolicyConsumerImpl.constructKeyInfo(MLSPolicy signaturePolicy, String KeyName) -
Uses of MLSPolicy in com.sun.xml.wss.impl.policy
Methods in com.sun.xml.wss.impl.policy that return MLSPolicyModifier and TypeMethodDescriptionabstract MLSPolicyMLSPolicy.getFeatureBinding()Get FeatureBinding componentabstract MLSPolicyMLSPolicy.getKeyBinding()Get KeyBinding componentSecurityPolicyGenerator.newMLSPolicy()Create and return a new Concrete MLS policy -
Uses of MLSPolicy in com.sun.xml.wss.impl.policy.mls
Subclasses of MLSPolicy in com.sun.xml.wss.impl.policy.mlsModifier and TypeClassDescriptionclassObjects of this class represent a concrete WSS Authentication token as FeatureBinding.static classA policy representing Kerberos Token.static classA policy representing a RSAKeyPair.static classA policy representing a SAML Assertion.static classA policy representing a WSS UsernameToken.static classA policy representing a WSS X509Certificate.classclassObjects of this class represent a policy for Encrypting parts of a SOAP Message.static classA class representing FeatureBindings for an EncryptionPolicy The FeatureBinding would contain information about the MessageParts to be Encrypted, The data encryption algorithm to be used.classclassBase class for all KeyBindingsclassRepresents mandatory header elements that need to present in the message.static classclassObjects of this class act as KeyBindings for AuthenticationTokens such as AuthenticationTokenPolicy.X509CertificateBinding and AuthenticationTokenPolicy.SAMLAssertionBinding.classclassA policy representing a WSS1.1 SignatureConfirmation element.classObjects of this class represent a policy for Signing parts of a SOAP Message.static classA class representing FeatureBindings for a SignaturePolicy The FeatureBinding would contain information about the MessageParts to be Signed, and the CanonicalizationMethod.classA policy representing a SymmetricKey that can be used as the KeyBinding for a SignaturePolicy or an EncryptionPolicy.classA policy representing a WSS Timestamp element.classclassclassRepresents a base class for SOAP Message Security Policies.Fields in com.sun.xml.wss.impl.policy.mls declared as MLSPolicyModifier and TypeFieldDescriptionprotected MLSPolicyWSSPolicy._featureBindingprotected MLSPolicyWSSPolicy._keyBindingMethods in com.sun.xml.wss.impl.policy.mls that return MLSPolicyModifier and TypeMethodDescriptionWSSPolicy.getFeatureBinding()WSSPolicy.getKeyBinding()WSSKeyBindingExtension.newDerivedTokenKeyBinding()Create and set the KeyBinding for this WSSPolicy to a DerivedTokenKeyBindingWSSKeyBindingExtension.newIssuedTokenKeyBinding()Create and set the KeyBinding for this WSSPolicy to a IssuedTokenKeyBindingWSSPolicyGenerator.newMLSPolicy()return a new concrete MLSPolicy instanceAuthenticationTokenPolicy.KeyValueTokenBinding.newPrivateKeyBinding()Create and set the KeyBinding for this WSSPolicy to a PrivateKeyBindingAuthenticationTokenPolicy.SAMLAssertionBinding.newPrivateKeyBinding()Create and set the KeyBinding for this WSSPolicy to a PrivateKeyBindingAuthenticationTokenPolicy.X509CertificateBinding.newPrivateKeyBinding()Create and set the KeyBinding for this WSSPolicy to a PrivateKeyBindingWSSFeatureBindingExtension.newSAMLAssertionFeatureBinding()Create and set the FeatureBinding for this WSSPolicy to a SAMLAssertionBindingWSSKeyBindingExtension.newSAMLAssertionKeyBinding()Create and set the KeyBinding for this WSSPolicy to a SAMLAssertionBindingWSSKeyBindingExtension.newSecureConversationTokenKeyBinding()Create and set the KeyBinding for this WSSPolicy to a IssuedTokenKeyBindingWSSKeyBindingExtension.newSymmetricKeyBinding()Create and set the KeyBinding for this WSSPolicy to a SymmetricKeyBindingAuthenticationTokenPolicy.UsernameTokenBinding.newTimestampFeatureBinding()Create and set the FeatureBinding for this WSSPolicy to a TimestampPolicy * @return a new TimestampPolicy as a FeatureBinding for this WSSPolicyWSSKeyBindingExtension.newUsernameTokenBindingKeyBinding()WSSFeatureBindingExtension.newUsernameTokenFeatureBinding()Create and set the FeatureBinding for this WSSPolicy to a UsernameTokenBindingWSSFeatureBindingExtension.newX509CertificateFeatureBinding()Create and set the FeatureBinding for this WSSPolicy to an X509CertificateBindingSymmetricKeyBinding.newX509CertificateKeyBinding()Create and set the KeyBinding for this WSSPolicy to an X509CertificateBindingWSSKeyBindingExtension.newX509CertificateKeyBinding()Create and set the KeyBinding for this WSSPolicy to an X509CertificateBindingMethods in com.sun.xml.wss.impl.policy.mls with parameters of type MLSPolicyModifier and TypeMethodDescriptionvoidWSSPolicy.setFeatureBinding(MLSPolicy policy) set the FeatureBinding for this WSSPolicyvoidWSSPolicy.setKeyBinding(MLSPolicy policy) set the KeyBinding for this WSSPolicy