Class AuthenticationResource
java.lang.Object
com.xebialabs.xlrelease.api.internal.AuthenticationResource
@Path("/auth")
@Consumes("application/json")
@Produces("application/json")
@Controller
public class AuthenticationResource
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionProvides registered identity provider and if a user is logged in.
-
Constructor Details
-
AuthenticationResource
public AuthenticationResource()
-
-
Method Details
-
getAuthenticationView
Provides registered identity provider and if a user is logged in.- Returns:
- AuthenticationView
-