Searched refs:isRoot (Results 1 - 25 of 119) sorted by relevance

12345

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DGeneralMonitoringTreeNode.java41 private boolean isRoot; field in class:GeneralMonitoringTreeNode
47 * @param isRoot whether the node is the root or not.
51 boolean isRoot)
56 this.isRoot = isRoot;
80 public boolean isRoot() method in class:GeneralMonitoringTreeNode
82 return isRoot;
49 GeneralMonitoringTreeNode(String displayName, Object identifier, boolean isRoot) argument
H A DAbstractIndexTreeNode.java62 public boolean isRoot() method in class:AbstractIndexTreeNode
H A DCategoryTreeNode.java56 public boolean isRoot() method in class:CategoryTreeNode
H A DSchemaElementTreeNode.java77 public boolean isRoot() method in class:SchemaElementTreeNode
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DGeneralMonitoringTreeNode.java40 private boolean isRoot; field in class:GeneralMonitoringTreeNode
46 * @param isRoot whether the node is the root or not.
50 boolean isRoot)
55 this.isRoot = isRoot;
79 public boolean isRoot() method in class:GeneralMonitoringTreeNode
81 return isRoot;
48 GeneralMonitoringTreeNode(String displayName, Object identifier, boolean isRoot) argument
H A DAbstractIndexTreeNode.java61 public boolean isRoot() method in class:AbstractIndexTreeNode
H A DCategoryTreeNode.java55 public boolean isRoot() method in class:CategoryTreeNode
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DGeneralMonitoringTreeNode.java41 private boolean isRoot; field in class:GeneralMonitoringTreeNode
47 * @param isRoot whether the node is the root or not.
51 boolean isRoot)
56 this.isRoot = isRoot;
80 public boolean isRoot() method in class:GeneralMonitoringTreeNode
82 return isRoot;
49 GeneralMonitoringTreeNode(String displayName, Object identifier, boolean isRoot) argument
H A DAbstractIndexTreeNode.java62 public boolean isRoot() method in class:AbstractIndexTreeNode
H A DCategoryTreeNode.java56 public boolean isRoot() method in class:CategoryTreeNode
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DGeneralMonitoringTreeNode.java40 private boolean isRoot; field in class:GeneralMonitoringTreeNode
46 * @param isRoot whether the node is the root or not.
50 boolean isRoot)
55 this.isRoot = isRoot;
79 public boolean isRoot() method in class:GeneralMonitoringTreeNode
81 return isRoot;
48 GeneralMonitoringTreeNode(String displayName, Object identifier, boolean isRoot) argument
H A DAbstractIndexTreeNode.java61 public boolean isRoot() method in class:AbstractIndexTreeNode
H A DCategoryTreeNode.java55 public boolean isRoot() method in class:CategoryTreeNode
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DGeneralMonitoringTreeNode.java41 private boolean isRoot; field in class:GeneralMonitoringTreeNode
47 * @param isRoot whether the node is the root or not.
51 boolean isRoot)
56 this.isRoot = isRoot;
80 public boolean isRoot() method in class:GeneralMonitoringTreeNode
82 return isRoot;
49 GeneralMonitoringTreeNode(String displayName, Object identifier, boolean isRoot) argument
H A DAbstractIndexTreeNode.java62 public boolean isRoot() method in class:AbstractIndexTreeNode
H A DCategoryTreeNode.java56 public boolean isRoot() method in class:CategoryTreeNode
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/nodes/
H A DGeneralMonitoringTreeNode.java41 private boolean isRoot; field in class:GeneralMonitoringTreeNode
47 * @param isRoot whether the node is the root or not.
51 boolean isRoot)
56 this.isRoot = isRoot;
78 public boolean isRoot() method in class:GeneralMonitoringTreeNode
80 return isRoot;
49 GeneralMonitoringTreeNode(String displayName, Object identifier, boolean isRoot) argument
H A DAbstractIndexTreeNode.java61 public boolean isRoot() method in class:AbstractIndexTreeNode
H A DCategoryTreeNode.java54 public boolean isRoot() method in class:CategoryTreeNode
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAuthenticationInfo.java50 private boolean isRoot; field in class:AuthenticationInfo
83 isRoot = false;
101 * @param isRoot Indicates whether the authenticated
104 public AuthenticationInfo(Entry authenticationEntry, boolean isRoot) argument
107 this.isRoot = isRoot;
127 * @param isRoot Indicates whether the authenticated
130 boolean isRoot)
136 this.isRoot = isRoot;
129 AuthenticationInfo(Entry authenticationEntry, DN simpleBindDN, boolean isRoot) argument
161 AuthenticationInfo(Entry authenticationEntry, String saslMechanism, boolean isRoot) argument
203 AuthenticationInfo(Entry authenticationEntry, Entry authorizationEntry, String saslMechanism, ByteString saslCredentials, boolean isRoot) argument
244 public boolean isRoot() method in class:AuthenticationInfo
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAuthenticationInfo.java51 private boolean isRoot; field in class:AuthenticationInfo
84 isRoot = false;
102 * @param isRoot Indicates whether the authenticated
105 public AuthenticationInfo(Entry authenticationEntry, boolean isRoot) argument
108 this.isRoot = isRoot;
128 * @param isRoot Indicates whether the authenticated
131 boolean isRoot)
137 this.isRoot = isRoot;
130 AuthenticationInfo(Entry authenticationEntry, DN simpleBindDN, boolean isRoot) argument
162 AuthenticationInfo(Entry authenticationEntry, String saslMechanism, boolean isRoot) argument
204 AuthenticationInfo(Entry authenticationEntry, Entry authorizationEntry, String saslMechanism, ByteString saslCredentials, boolean isRoot) argument
245 public boolean isRoot() method in class:AuthenticationInfo
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAuthenticationInfo.java50 private boolean isRoot; field in class:AuthenticationInfo
83 isRoot = false;
101 * @param isRoot Indicates whether the authenticated
104 public AuthenticationInfo(Entry authenticationEntry, boolean isRoot) argument
107 this.isRoot = isRoot;
127 * @param isRoot Indicates whether the authenticated
130 boolean isRoot)
136 this.isRoot = isRoot;
129 AuthenticationInfo(Entry authenticationEntry, DN simpleBindDN, boolean isRoot) argument
161 AuthenticationInfo(Entry authenticationEntry, String saslMechanism, boolean isRoot) argument
203 AuthenticationInfo(Entry authenticationEntry, Entry authorizationEntry, String saslMechanism, ByteString saslCredentials, boolean isRoot) argument
244 public boolean isRoot() method in class:AuthenticationInfo
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DAuthenticationInfo.java51 private boolean isRoot; field in class:AuthenticationInfo
84 isRoot = false;
102 * @param isRoot Indicates whether the authenticated
105 public AuthenticationInfo(Entry authenticationEntry, boolean isRoot) argument
108 this.isRoot = isRoot;
128 * @param isRoot Indicates whether the authenticated
131 boolean isRoot)
137 this.isRoot = isRoot;
130 AuthenticationInfo(Entry authenticationEntry, DN simpleBindDN, boolean isRoot) argument
162 AuthenticationInfo(Entry authenticationEntry, String saslMechanism, boolean isRoot) argument
204 AuthenticationInfo(Entry authenticationEntry, Entry authorizationEntry, String saslMechanism, ByteString saslCredentials, boolean isRoot) argument
245 public boolean isRoot() method in class:AuthenticationInfo
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAuthenticationInfo.java55 private boolean isRoot; field in class:AuthenticationInfo
89 isRoot = false;
109 * @param isRoot Indicates whether the authenticated
112 public AuthenticationInfo(Entry authenticationEntry, boolean isRoot) argument
115 this.isRoot = isRoot;
140 * @param isRoot Indicates whether the authenticated
144 ByteString simplePassword, boolean isRoot)
151 this.isRoot = isRoot;
142 AuthenticationInfo(Entry authenticationEntry, DN simpleBindDN, ByteString simplePassword, boolean isRoot) argument
180 AuthenticationInfo(Entry authenticationEntry, String saslMechanism, ByteString saslCredentials, boolean isRoot) argument
228 AuthenticationInfo(Entry authenticationEntry, Entry authorizationEntry, String saslMechanism, ByteString saslCredentials, boolean isRoot) argument
273 public boolean isRoot() method in class:AuthenticationInfo
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAuthenticationInfo.java55 private boolean isRoot; field in class:AuthenticationInfo
89 isRoot = false;
109 * @param isRoot Indicates whether the authenticated
112 public AuthenticationInfo(Entry authenticationEntry, boolean isRoot) argument
115 this.isRoot = isRoot;
140 * @param isRoot Indicates whether the authenticated
144 ByteString simplePassword, boolean isRoot)
151 this.isRoot = isRoot;
142 AuthenticationInfo(Entry authenticationEntry, DN simpleBindDN, ByteString simplePassword, boolean isRoot) argument
180 AuthenticationInfo(Entry authenticationEntry, String saslMechanism, ByteString saslCredentials, boolean isRoot) argument
228 AuthenticationInfo(Entry authenticationEntry, Entry authorizationEntry, String saslMechanism, ByteString saslCredentials, boolean isRoot) argument
273 public boolean isRoot() method in class:AuthenticationInfo
[all...]

Completed in 159 milliseconds

12345