Class DasInfoDTO

    • Field Summary

      Fields 
      Modifier and Type Field Description
      GenericDTO dasRequest
      Information to send to the Dynamic Authorization Server
      java.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()  
    • Method Summary

      • Methods inherited from class org.osgi.dto.DTO

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • uri

        public java.lang.String uri
        Dynamic Authorization Server URI
      • securedDasRequest

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

      • DasInfoDTO

        public DasInfoDTO()