Class AssertionRequest.AssertionRequestBuilder

  • Enclosing class:
    AssertionRequest

    public static class AssertionRequest.AssertionRequestBuilder
    extends java.lang.Object
    • Method Detail

      • username

        public AssertionRequest.AssertionRequestBuilder username​(@NonNull
                                                                 @NonNull java.util.Optional<java.lang.String> username)
        The username of the user to authenticate, if the user has already been identified.

        If this is absent, this indicates that this is a request for an assertion by a client-side-resident credential, and identification of the user has been deferred until the response is received.

      • username

        public AssertionRequest.AssertionRequestBuilder username​(java.lang.String username)
        The username of the user to authenticate, if the user has already been identified.

        If this is absent, this indicates that this is a request for an assertion by a client-side-resident credential, and identification of the user has been deferred until the response is received.

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object