Hi,

What is the use of following init().

@GET
@Path("/init")
@AuthorizationAction("/permission/admin/restlogin")
public Response initialize()
        throws RestAPIException {
    StratosApiResponse response = new StratosApiResponse();
    response.setMessage("Successfully authenticated");
    return Response.ok(response).build();
}


-- 

Udara Liyanage
Software Engineer
WSO2, Inc.: http://wso2.com
lean. enterprise. middleware

web: http://udaraliyanage.wordpress.com
phone: +94 71 443 6897

Reply via email to