Interface SecurityClient<T extends SecurityResponse>

Type Parameters:
T - type of the response of the security client, such as AuthenticationResponse

public interface SecurityClient<T extends SecurityResponse>
Common methods for security clients.
  • Method Summary

    Modifier and Type
    Method
    Description
    default T
    get()
    Synchronous complement to submit().
    Submit the configured fields in the security request and process the security operation (Authentication, Authorization or OutboundSecurity).