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