use of com.sun.identity.console.realm.model.ServicesModelImpl in project OpenAM by OpenRock.
the class ServicesViewBean method getModelInternal.
protected AMModel getModelInternal() {
RequestContext rc = RequestManager.getRequestContext();
HttpServletRequest req = rc.getRequest();
return new ServicesModelImpl(req, getPageSessionAttributes());
}
Aggregations