Class FederationRequest

    • Constructor Detail

      • FederationRequest

        public FederationRequest()
        Constructs a new FederationRequest object with a null identity.
      • FederationRequest

        public FederationRequest​(FederatedIdentity identity)
        Constructs a new FederationRequest object.
        Parameters:
        identity - The identity of the caller.
    • Method Detail

      • getIdentity

        public FederatedIdentity getIdentity()
        Returns the identity of the caller.
        Returns:
        The identity of the caller.