Class RequestedSecurityTokenImpl

java.lang.Object
com.sun.xml.ws.security.trust.impl.bindings.RequestedSecurityTokenType
com.sun.xml.ws.security.trust.impl.elements.RequestedSecurityTokenImpl
All Implemented Interfaces:
RequestedSecurityToken

public class RequestedSecurityTokenImpl extends RequestedSecurityTokenType implements RequestedSecurityToken
Implementation for the RequestedSecurityToken.
Author:
Manveen Kaur
  • Constructor Details

    • RequestedSecurityTokenImpl

      public RequestedSecurityTokenImpl()
      Empty default constructor.
    • RequestedSecurityTokenImpl

      public RequestedSecurityTokenImpl(@NotNull RequestedSecurityTokenType rdstType)
    • RequestedSecurityTokenImpl

      public RequestedSecurityTokenImpl(Token token)
  • Method Details