Searched defs:DelegationManager (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/delegation/
H A DDelegationManager.java25 * $Id: DelegationManager.java,v 1.10 2008/06/25 05:43:24 qcheng Exp $
60 * The <code>DelegationManager</code> class manages delegation privileges for
67 public final class DelegationManager { class
95 * Constructor of <code>DelegationManager</code> for the specified realm.
109 public DelegationManager(SSOToken token, String orgName) method in class:DelegationManager
139 subConfigName = DelegationManager.PERMISSIONS;
141 subConfigName = DelegationManager.PRIVILEGES;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/delegation/
H A DDelegationManager.java25 * $Id: DelegationManager.java,v 1.10 2008/06/25 05:43:24 qcheng Exp $
57 * The <code>DelegationManager</code> class manages delegation privileges for
64 public final class DelegationManager { class
92 * Constructor of <code>DelegationManager</code> for the specified realm.
106 public DelegationManager(SSOToken token, String orgName) method in class:DelegationManager
136 subConfigName = DelegationManager.PERMISSIONS;
138 subConfigName = DelegationManager.PRIVILEGES;

Completed in 29 milliseconds