Class AuthenticatorService
- java.lang.Object
-
- de.xima.fc.api.rest.pub.impl.generic.services.security.AuthenticatorService
-
@Produces({"application/vnd.xima.fc.api.rest.public+json; version=1.0; charset=utf-8","application/json; charset=utf-8"}) @Path("/authenticators") public class AuthenticatorService extends Object
-
-
Constructor Summary
Constructors Constructor Description AuthenticatorService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
getSingleAuthenticator(@NotNull String clientName)
-
-
-
Method Detail
-
getSingleAuthenticator
@GET @Path("/{clientName}") @Produces({"application/vnd.xima.fc.api.rest.public+json; version=1.0; charset=utf-8","application/json; charset=utf-8"}) public javax.ws.rs.core.Response getSingleAuthenticator(@PathParam("clientName") @NotNull @NotNull String clientName)
-
-