Class RsaToken

  • All Implemented Interfaces:
    RsaToken, SecurityAssertionValidator, Token, Cloneable

    public class RsaToken
    extends com.sun.xml.ws.policy.PolicyAssertion
    implements RsaToken, Cloneable, SecurityAssertionValidator
    RsaToken should be used with SecurityPolicy submission namespace (2005/07) and a namespace of http://schemas.microsoft.com/ws/2005/07/securitypolicy. It should be replaced with KeyValueToken for SecurityPolicy 1.2
    Author:
    ashutosh.shahi@sun.com
    • Constructor Detail

      • RsaToken

        public RsaToken()
        Creates a new instance of RsaToken
      • RsaToken

        public RsaToken​(com.sun.xml.ws.policy.sourcemodel.AssertionData name,
                        Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions,
                        com.sun.xml.ws.policy.AssertionSet nestedAlternative)