@Path(value="/api/v1/websso") public class WebSSOResource extends Object
| Modifier and Type | Field and Description |
|---|---|
static long |
TOKEN_TTL_DEFAULT |
| Constructor and Description |
|---|
WebSSOResource() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
doGet() |
javax.ws.rs.core.Response |
doPost() |
void |
init() |
public static final long TOKEN_TTL_DEFAULT
@PostConstruct public void init() throws AliasServiceException
AliasServiceException@GET
@Produces(value={"application/json","application/xml"})
public javax.ws.rs.core.Response doGet()
@POST
@Produces(value={"application/json","application/xml"})
public javax.ws.rs.core.Response doPost()
Copyright © 2023 The Apache Software Foundation. All rights reserved.