Class RequestSecurityTokenResponseCollectionImpl

  • All Implemented Interfaces:
    com.sun.xml.ws.security.trust.elements.BaseSTSResponse, com.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponseCollection

    public class RequestSecurityTokenResponseCollectionImpl
    extends RequestSecurityTokenResponseCollectionType
    implements com.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponseCollection
    Author:
    Manveen Kaur.
    • Field Detail

      • requestSecurityTokenResponses

        protected List<com.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponse> requestSecurityTokenResponses
    • Constructor Detail

      • RequestSecurityTokenResponseCollectionImpl

        public RequestSecurityTokenResponseCollectionImpl()
      • RequestSecurityTokenResponseCollectionImpl

        public RequestSecurityTokenResponseCollectionImpl​(URI tokenType,
                                                          URI context,
                                                          com.sun.xml.ws.security.trust.elements.RequestedSecurityToken token,
                                                          com.sun.xml.ws.policy.impl.bindings.AppliesTo scopes,
                                                          com.sun.xml.ws.security.trust.elements.RequestedAttachedReference attached,
                                                          com.sun.xml.ws.security.trust.elements.RequestedUnattachedReference unattached,
                                                          com.sun.xml.ws.security.trust.elements.RequestedProofToken proofToken,
                                                          com.sun.xml.ws.security.trust.elements.Entropy entropy,
                                                          com.sun.xml.ws.security.trust.elements.Lifetime lt)
    • Method Detail

      • getRequestSecurityTokenResponses

        public List<com.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponse> getRequestSecurityTokenResponses()
        Specified by:
        getRequestSecurityTokenResponses in interface com.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponseCollection
      • addRequestSecurityTokenResponse

        public final void addRequestSecurityTokenResponse​(com.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponse rstr)