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.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionInformation to send to the Dynamic Authorization ServerSecured Information to send to the Dynamic Authorization Server.Dynamic Authorization Server URI -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.osgi.dto.DTO
toString
-
Field Details
-
uri
Dynamic Authorization Server URI -
dasRequest
Information to send to the Dynamic Authorization Server- See Also:
-
securedDasRequest
Secured Information to send to the Dynamic Authorization Server. JWS or JWE is assigned to this field.
-
-
Constructor Details
-
DasInfoDTO
public DasInfoDTO()
-