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