Class AccessRequest.RequestParameters

    • Method Detail

      • getRecipient

        public URI getRecipient()
        Get the recipient used with an access request operation.

        Note: the recipient will typically be the resource owner

        Returns:
        the recipient's identifier
      • getResources

        public Set<URI> getResources()
        Get the resources used with an access request operation.
        Returns:
        the resource idnetifiers
      • getModes

        public Set<String> getModes()
        Get the access modes used with an access request operation.
        Returns:
        the access modes
      • getPurposes

        public Set<URI> getPurposes()
        Get the purpose identifiers used with an access request operation.
        Returns:
        the purpose identifiers
      • getExpiration

        public Instant getExpiration()
        Get the requested expiration date used with an access request operation.

        Note: an access grant server may select a different expiration date

        Returns:
        the requested expiration date
      • getIssuedAt

        public Instant getIssuedAt()
        Get the requested issuance date used with an access request operation.

        Note: an access grant server may select a different issuance date

        Returns:
        the requested issuance date