Uses of Class
com.sun.xml.wss.impl.policy.MLSPolicy
-
Packages that use MLSPolicy Package Description com.sun.xml.ws.security.opt.impl.incoming com.sun.xml.wss.impl.dsig com.sun.xml.wss.impl.policy com.sun.xml.wss.impl.policy.mls -
-
Uses of MLSPolicy in com.sun.xml.ws.security.opt.impl.incoming
Methods in com.sun.xml.ws.security.opt.impl.incoming that return MLSPolicy Modifier and Type Method Description MLSPolicySecurityContext. getInferredKB()Methods in com.sun.xml.ws.security.opt.impl.incoming with parameters of type MLSPolicy Modifier and Type Method Description voidSecurityContext. setInferredKB(MLSPolicy inferredKB) -
Uses of MLSPolicy in com.sun.xml.wss.impl.dsig
Methods in com.sun.xml.wss.impl.dsig with parameters of type MLSPolicy Modifier and Type Method Description KeyInfoWSSPolicyConsumerImpl. constructKeyInfo(MLSPolicy signaturePolicy, SecurityTokenReference reference)KeyInfoWSSPolicyConsumerImpl. 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 MLSPolicy Modifier and Type Method Description abstract MLSPolicyMLSPolicy. getFeatureBinding()Get FeatureBinding componentabstract MLSPolicyMLSPolicy. getKeyBinding()Get KeyBinding componentMLSPolicySecurityPolicyGenerator. 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.mls Modifier and Type Class Description classAuthenticationTokenPolicyObjects of this class represent a concrete WSS Authentication token as FeatureBinding.static classAuthenticationTokenPolicy.KerberosTokenBindingA policy representing Kerberos Token.static classAuthenticationTokenPolicy.KeyValueTokenBindingA policy representing a RSAKeyPair.static classAuthenticationTokenPolicy.SAMLAssertionBindingA policy representing a SAML Assertion.static classAuthenticationTokenPolicy.UsernameTokenBindingA policy representing a WSS UsernameToken.static classAuthenticationTokenPolicy.X509CertificateBindingA policy representing a WSS X509Certificate.classDerivedTokenKeyBindingclassEncryptionPolicyObjects of this class represent a policy for Encrypting parts of a SOAP Message.static classEncryptionPolicy.FeatureBindingA class representing FeatureBindings for an EncryptionPolicy The FeatureBinding would contain information about the MessageParts to be Encrypted, The data encryption algorithm to be used.classIssuedTokenKeyBindingclassKeyBindingBaseclassMandatoryTargetPolicyRepresents mandatory header elements that need to present in the message.static classMandatoryTargetPolicy.FeatureBindingclassPrivateKeyBindingObjects of this class act as KeyBindings for AuthenticationTokens such as AuthenticationTokenPolicy.X509CertificateBinding and AuthenticationTokenPolicy.SAMLAssertionBinding.classSecureConversationTokenKeyBindingclassSignatureConfirmationPolicyA policy representing a WSS1.1 SignatureConfirmation element.classSignaturePolicyObjects of this class represent a policy for Signing parts of a SOAP Message.static classSignaturePolicy.FeatureBindingA class representing FeatureBindings for a SignaturePolicy The FeatureBinding would contain information about the MessageParts to be Signed, and the CanonicalizationMethod.classSymmetricKeyBindingA policy representing a SymmetricKey that can be used as the KeyBinding for a SignaturePolicy or an EncryptionPolicy.classTimestampPolicyA policy representing a WSS Timestamp element.classWSSFeatureBindingExtensionclassWSSKeyBindingExtensionclassWSSPolicyRepresents a base class for SOAP Message Security Policies.Fields in com.sun.xml.wss.impl.policy.mls declared as MLSPolicy Modifier and Type Field Description protected MLSPolicyWSSPolicy. _featureBindingprotected MLSPolicyWSSPolicy. _keyBindingMethods in com.sun.xml.wss.impl.policy.mls that return MLSPolicy Modifier and Type Method Description MLSPolicyWSSPolicy. getFeatureBinding()MLSPolicyWSSPolicy. getKeyBinding()MLSPolicyWSSKeyBindingExtension. newDerivedTokenKeyBinding()Create and set the KeyBinding for this WSSPolicy to a DerivedTokenKeyBindingMLSPolicyWSSKeyBindingExtension. newIssuedTokenKeyBinding()Create and set the KeyBinding for this WSSPolicy to a IssuedTokenKeyBindingMLSPolicyWSSPolicyGenerator. newMLSPolicy()return a new concrete MLSPolicy instanceMLSPolicyAuthenticationTokenPolicy.KeyValueTokenBinding. newPrivateKeyBinding()Create and set the KeyBinding for this WSSPolicy to a PrivateKeyBindingMLSPolicyAuthenticationTokenPolicy.SAMLAssertionBinding. newPrivateKeyBinding()Create and set the KeyBinding for this WSSPolicy to a PrivateKeyBindingMLSPolicyAuthenticationTokenPolicy.X509CertificateBinding. newPrivateKeyBinding()Create and set the KeyBinding for this WSSPolicy to a PrivateKeyBindingMLSPolicyWSSFeatureBindingExtension. newSAMLAssertionFeatureBinding()Create and set the FeatureBinding for this WSSPolicy to a SAMLAssertionBindingMLSPolicyWSSKeyBindingExtension. newSAMLAssertionKeyBinding()Create and set the KeyBinding for this WSSPolicy to a SAMLAssertionBindingMLSPolicyWSSKeyBindingExtension. newSecureConversationTokenKeyBinding()Create and set the KeyBinding for this WSSPolicy to a IssuedTokenKeyBindingMLSPolicyWSSKeyBindingExtension. newSymmetricKeyBinding()Create and set the KeyBinding for this WSSPolicy to a SymmetricKeyBindingMLSPolicyAuthenticationTokenPolicy.UsernameTokenBinding. newTimestampFeatureBinding()Create and set the FeatureBinding for this WSSPolicy to a TimestampPolicy * @return a new TimestampPolicy as a FeatureBinding for this WSSPolicyMLSPolicyWSSKeyBindingExtension. newUsernameTokenBindingKeyBinding()MLSPolicyWSSFeatureBindingExtension. newUsernameTokenFeatureBinding()Create and set the FeatureBinding for this WSSPolicy to a UsernameTokenBindingMLSPolicyWSSFeatureBindingExtension. newX509CertificateFeatureBinding()Create and set the FeatureBinding for this WSSPolicy to an X509CertificateBindingMLSPolicySymmetricKeyBinding. newX509CertificateKeyBinding()Create and set the KeyBinding for this WSSPolicy to an X509CertificateBindingMLSPolicyWSSKeyBindingExtension. newX509CertificateKeyBinding()Create and set the KeyBinding for this WSSPolicy to an X509CertificateBindingMethods in com.sun.xml.wss.impl.policy.mls with parameters of type MLSPolicy Modifier and Type Method Description voidWSSPolicy. setFeatureBinding(MLSPolicy policy)set the FeatureBinding for this WSSPolicyvoidWSSPolicy. setKeyBinding(MLSPolicy policy)set the KeyBinding for this WSSPolicy
-