Searched refs:DelegationModelImpl (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/delegation/
H A DDelegationViewBean.java44 import com.sun.identity.console.delegation.model.DelegationModelImpl;
148 return new DelegationModelImpl(req, getPageSessionAttributes());
H A DDelegationPropertiesViewBean.java44 import com.sun.identity.console.delegation.model.DelegationModelImpl;
197 return new DelegationModelImpl(req, getPageSessionAttributes());
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/delegation/model/
H A DDelegationModelImpl.java25 * $Id: DelegationModelImpl.java,v 1.3 2008/06/25 05:42:53 qcheng Exp $
47 public class DelegationModelImpl class in inherits:AMModelBase,DelegationModel
51 public DelegationModelImpl(HttpServletRequest req, Map map) { method in class:DelegationModelImpl
78 debug.error("DelegationModelImpl.getSubjects", e);
84 debug.error("DelegationModelImpl.getSubjects", e);
113 debug.error("DelegationModelImpl.getPrivileges", e);
121 debug.error("DelegationModelImpl.getPrivileges", e);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/delegation/
H A DDelegationViewBean.java44 import com.sun.identity.console.delegation.model.DelegationModelImpl;
148 return new DelegationModelImpl(req, getPageSessionAttributes());
H A DDelegationPropertiesViewBean.java44 import com.sun.identity.console.delegation.model.DelegationModelImpl;
197 return new DelegationModelImpl(req, getPageSessionAttributes());
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/delegation/model/
H A DDelegationModelImpl.java25 * $Id: DelegationModelImpl.java,v 1.3 2008/06/25 05:42:53 qcheng Exp $
47 public class DelegationModelImpl class in inherits:AMModelBase,DelegationModel
51 public DelegationModelImpl(HttpServletRequest req, Map map) { method in class:DelegationModelImpl
78 debug.error("DelegationModelImpl.getSubjects", e);
84 debug.error("DelegationModelImpl.getSubjects", e);
113 debug.error("DelegationModelImpl.getPrivileges", e);
121 debug.error("DelegationModelImpl.getPrivileges", e);

Completed in 45 milliseconds