All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.security.identity.request.AnonymousAuthenticationRequest Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package io.quarkus.security.identity.request;

/**
 * A request the for the Anonymous identity
 */
public final class AnonymousAuthenticationRequest extends BaseAuthenticationRequest implements AuthenticationRequest {

    public static final AnonymousAuthenticationRequest INSTANCE = new AnonymousAuthenticationRequest();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy