Class AuthenticationResource


  • @Path("/auth")
    @Consumes("application/json")
    @Produces("application/json")
    @Controller
    public class AuthenticationResource
    extends java.lang.Object
    • Constructor Detail

      • AuthenticationResource

        public AuthenticationResource()
    • Method Detail

      • getAuthenticationView

        @GET
        public AuthenticationView getAuthenticationView()
        Provides registered identity provider and if a user is logged in.
        Returns:
        AuthenticationView