Class DasInfoDTO

java.lang.Object
org.osgi.dto.DTO
org.osgi.service.onem2m.dto.DasInfoDTO

public class DasInfoDTO extends DTO
DTO expresses DasInfo. DAS is short for Dynamic Authorization Server.
See Also:
"NotThreadSafe"
  • Field Details

    • uri

      public String uri
      Dynamic Authorization Server URI
    • dasRequest

      public GenericDTO dasRequest
      Information to send to the Dynamic Authorization Server
      See Also:
    • securedDasRequest

      public String securedDasRequest
      Secured Information to send to the Dynamic Authorization Server. JWS or JWE is assigned to this field.
  • Constructor Details

    • DasInfoDTO

      public DasInfoDTO()