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.DTODTO expresses DasInfo. DAS is short for Dynamic Authorization Server.
-
-
Field Summary
Fields Modifier and Type Field Description GenericDTOdasRequestInformation to send to the Dynamic Authorization Serverjava.lang.StringsecuredDasRequestSecured Information to send to the Dynamic Authorization Server.java.lang.StringuriDynamic 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.
-
-