Searched refs:getAttribute (Results 1 - 25 of 3157) sorted by relevance

1234567891011>>

/forgerock/openidm-v4/openidm-infoservice/src/main/java/org/forgerock/openidm/info/health/
H A DDatabaseInfoResourceProvider.java68 field("connectionWaitTimeAvg", mBeanServer.getAttribute(name, "ConnectionWaitTimeAvg")),
69 field("statementExecuteTimeAvg", mBeanServer.getAttribute(name, "StatementExecuteTimeAvg")),
70 field("statementPrepareTimeAvg", mBeanServer.getAttribute(name, "StatementPrepareTimeAvg")),
71 field("totalLeasedConnections", mBeanServer.getAttribute(name, "TotalLeased")),
72 field("totalFreeConnections", mBeanServer.getAttribute(name, "TotalFree")),
73 field("totalCreatedConnections", mBeanServer.getAttribute(name, "TotalCreatedConnections")),
74 field("cacheHits", mBeanServer.getAttribute(name, "CacheHits")),
75 field("cacheMiss", mBeanServer.getAttribute(name, "CacheMiss")),
76 field("statementsCached", mBeanServer.getAttribute(name, "StatementsCached")),
77 field("statementsPrepared", mBeanServer.getAttribute(nam
[all...]
/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjdk/
H A DChange.java51 LDAPAttribute attr = entry.getAttribute("replicaIdentifier");
58 attr = entry.getAttribute("changeNumber");
65 attr = entry.getAttribute("changelogCookie");
71 attr = entry.getAttribute("replicationCSN");
77 attr = entry.getAttribute("targetDN");
83 attr = entry.getAttribute("changeType");
90 // attr = entry.getAttribute("targetUniqueId");
95 attr = entry.getAttribute("targetEntryUUID");
104 attr = entry.getAttribute("deleteOldRDN");
110 attr = entry.getAttribute("newRD
[all...]
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjdk/
H A DChange.java50 LDAPAttribute attr = entry.getAttribute("replicaIdentifier");
57 attr = entry.getAttribute("changeNumber");
64 attr = entry.getAttribute("changelogCookie");
70 attr = entry.getAttribute("replicationCSN");
76 attr = entry.getAttribute("targetDN");
82 attr = entry.getAttribute("changeType");
89 // attr = entry.getAttribute("targetUniqueId");
94 attr = entry.getAttribute("targetEntryUUID");
103 attr = entry.getAttribute("deleteOldRDN");
109 attr = entry.getAttribute("newRD
[all...]
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjdk/
H A DChange.java51 LDAPAttribute attr = entry.getAttribute("replicaIdentifier");
58 attr = entry.getAttribute("changeNumber");
65 attr = entry.getAttribute("changelogCookie");
71 attr = entry.getAttribute("replicationCSN");
77 attr = entry.getAttribute("targetDN");
83 attr = entry.getAttribute("changeType");
90 // attr = entry.getAttribute("targetUniqueId");
95 attr = entry.getAttribute("targetEntryUUID");
104 attr = entry.getAttribute("deleteOldRDN");
110 attr = entry.getAttribute("newRD
[all...]
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/ldapjdk/
H A DChange.java51 LDAPAttribute attr = entry.getAttribute("replicaIdentifier");
58 attr = entry.getAttribute("changeNumber");
65 attr = entry.getAttribute("changelogCookie");
71 attr = entry.getAttribute("replicationCSN");
77 attr = entry.getAttribute("targetDN");
83 attr = entry.getAttribute("changeType");
90 // attr = entry.getAttribute("targetUniqueId");
95 attr = entry.getAttribute("targetEntryUUID");
104 attr = entry.getAttribute("deleteOldRDN");
110 attr = entry.getAttribute("newRD
[all...]
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjdk/
H A DChange.java50 LDAPAttribute attr = entry.getAttribute("replicaIdentifier");
57 attr = entry.getAttribute("changeNumber");
64 attr = entry.getAttribute("changelogCookie");
70 attr = entry.getAttribute("replicationCSN");
76 attr = entry.getAttribute("targetDN");
82 attr = entry.getAttribute("changeType");
89 // attr = entry.getAttribute("targetUniqueId");
94 attr = entry.getAttribute("targetEntryUUID");
103 attr = entry.getAttribute("deleteOldRDN");
109 attr = entry.getAttribute("newRD
[all...]
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/
H A DBaseConfigType.java45 * getAttribute().add(newItem);
55 java.util.List getAttribute(); method in interface:BaseConfigType
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/entityconfig/
H A DBaseConfigType.java45 * getAttribute().add(newItem);
55 java.util.List getAttribute(); method in interface:BaseConfigType
/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/
H A DBaseConfigType.java45 * getAttribute().add(newItem);
55 java.util.List getAttribute(); method in interface:BaseConfigType
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/
H A DBaseConfigType.java45 * getAttribute().add(newItem);
55 java.util.List getAttribute(); method in interface:BaseConfigType
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/entityconfig/
H A DBaseConfigType.java45 * getAttribute().add(newItem);
55 java.util.List getAttribute(); method in interface:BaseConfigType
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/
H A DBaseConfigType.java45 * getAttribute().add(newItem);
55 java.util.List getAttribute(); method in interface:BaseConfigType
/forgerock/openam/openam-core/src/main/java/com/sun/identity/config/wizard/
H A DStep7.java49 String tmp = getAttribute(
62 tmp = getAttribute("configStoreHost", getHostName());
65 tmp = getAttribute("configStoreSSL", "");
69 tmp = getAttribute("rootSuffix", Wizard.defaultRootSuffix);
73 tmp = getAttribute("configStorePort", getAvailablePort(50389));
75 tmp = getAttribute("configStoreAdminPort", getAvailablePort(4444));
77 tmp = getAttribute("configStoreJmxPort", getAvailablePort(1689));
79 tmp = getAttribute("configStoreLoginId", Wizard.defaultUserName);
83 tmp = getAttribute(SetupConstants.DS_EMB_REPL_FLAG, "");
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/common/
H A DIProfileAttributeHelper.java42 public String getAttribute(SSOToken token, String attributeName) method in interface:IProfileAttributeHelper
45 public abstract String getAttribute( method in interface:IProfileAttributeHelper
/forgerock/openam-v13/openam-authentication/deviceprint/module/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DAMIdentityWrapper.java71 * Delegates to the getAttribute method on the AMIdentity instance.
73 public Set<?> getAttribute(String attr) throws SSOException, IdRepoException { method in class:AMIdentityWrapper
74 return amIdentity.getAttribute(attr);
/forgerock/openam-v13/openam-authentication/openam-auth-device-id/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DAMIdentityWrapper.java73 * Delegates to the getAttribute method on the AMIdentity instance.
75 public Set<?> getAttribute(String attr) throws SSOException, IdRepoException { method in class:AMIdentityWrapper
76 return amIdentity.getAttribute(attr);
/forgerock/openam/openam-authentication/openam-auth-device-id/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DAMIdentityWrapper.java73 * Delegates to the getAttribute method on the AMIdentity instance.
75 public Set<?> getAttribute(String attr) throws SSOException, IdRepoException { method in class:AMIdentityWrapper
76 return amIdentity.getAttribute(attr);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DConfigurationAttributeTreeNode.java57 public AttributeType getAttribute() method in class:ConfigurationAttributeTreeNode
H A DCustomAttributeTreeNode.java57 public AttributeType getAttribute() method in class:CustomAttributeTreeNode
H A DStandardAttributeTreeNode.java57 public AttributeType getAttribute() method in class:StandardAttributeTreeNode
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DConfigurationAttributeTreeNode.java56 public AttributeType getAttribute() method in class:ConfigurationAttributeTreeNode
H A DCustomAttributeTreeNode.java56 public AttributeType getAttribute() method in class:CustomAttributeTreeNode
H A DStandardAttributeTreeNode.java56 public AttributeType getAttribute() method in class:StandardAttributeTreeNode
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DConfigurationAttributeTreeNode.java57 public AttributeType getAttribute() method in class:ConfigurationAttributeTreeNode
H A DCustomAttributeTreeNode.java57 public AttributeType getAttribute() method in class:CustomAttributeTreeNode

Completed in 129 milliseconds

1234567891011>>