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