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