Search in sources :

Example 1 with AgentsModelImpl

use of com.sun.identity.console.agentconfig.model.AgentsModelImpl in project OpenAM by OpenRock.

the class AgentsViewBean method getModelInternal.

protected AMModel getModelInternal() {
    RequestContext rc = RequestManager.getRequestContext();
    HttpServletRequest req = rc.getRequest();
    return new AgentsModelImpl(req, getPageSessionAttributes());
}
Also used : HttpServletRequest(javax.servlet.http.HttpServletRequest) AgentsModelImpl(com.sun.identity.console.agentconfig.model.AgentsModelImpl) RequestContext(com.iplanet.jato.RequestContext)

Aggregations

RequestContext (com.iplanet.jato.RequestContext)1 AgentsModelImpl (com.sun.identity.console.agentconfig.model.AgentsModelImpl)1 HttpServletRequest (javax.servlet.http.HttpServletRequest)1