Package org.osgi.service.onem2m.dto
Class DasInfoDTO
- java.lang.Object
-
- org.osgi.dto.DTO
-
- org.osgi.service.onem2m.dto.DasInfoDTO
-
public class DasInfoDTO extends org.osgi.dto.DTO
DTO expresses DasInfo. DAS is short for Dynamic Authorization Server.
-
-
Field Summary
Fields Modifier and Type Field Description GenericDTO
dasRequest
Information to send to the Dynamic Authorization Serverjava.lang.String
securedDasRequest
Secured Information to send to the Dynamic Authorization Server.java.lang.String
uri
Dynamic Authorization Server URI
-
Constructor Summary
Constructors Constructor Description DasInfoDTO()
-
-
-
Field Detail
-
uri
public java.lang.String uri
Dynamic Authorization Server URI
-
dasRequest
public GenericDTO dasRequest
Information to send to the Dynamic Authorization Server- See Also:
- oneM2M XSD dynAuthDasRequest
-
securedDasRequest
public java.lang.String securedDasRequest
Secured Information to send to the Dynamic Authorization Server. JWS or JWE is assigned to this field.
-
-