Package org.osgi.service.onem2m.dto
Class DasInfoDTO
java.lang.Object
org.osgi.dto.DTO
org.osgi.service.onem2m.dto.DasInfoDTO
DTO expresses DasInfo. DAS is short for Dynamic Authorization Server.
- See Also:
- "NotThreadSafe"
-
Field Summary
Modifier and TypeFieldDescriptionInformation to send to the Dynamic Authorization ServerSecured Information to send to the Dynamic Authorization Server.Dynamic Authorization Server URI -
Constructor Summary
-
Method Summary
-
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()
-