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