Class RequestSecurityTokenResponseCollectionImpl

java.lang.Object
com.sun.xml.ws.security.trust.impl.wssx.bindings.RequestSecurityTokenResponseCollectionType
com.sun.xml.ws.security.trust.impl.wssx.elements.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 Details

    • requestSecurityTokenResponseList

      protected List<com.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponse> requestSecurityTokenResponseList
  • Constructor Details

    • RequestSecurityTokenResponseCollectionImpl

      public RequestSecurityTokenResponseCollectionImpl()
    • RequestSecurityTokenResponseCollectionImpl

      public RequestSecurityTokenResponseCollectionImpl(com.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponse rstr)
    • 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)
    • RequestSecurityTokenResponseCollectionImpl

      public RequestSecurityTokenResponseCollectionImpl(RequestSecurityTokenResponseCollectionType rstrcType) throws Exception
      Throws:
      Exception
  • Method Details

    • 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 void addRequestSecurityTokenResponse(com.sun.xml.ws.security.trust.elements.RequestSecurityTokenResponse rstr)