Searched defs:identifier (Results 1 - 25 of 26) sorted by relevance

12

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DGeneralMonitoringTreeNode.java40 private Object identifier; field in class:GeneralMonitoringTreeNode
46 * @param identifier the identifier that is unique among all the nodes.
50 Object identifier,
55 this.identifier = identifier;
69 * Returns the identifier that is unique among all the nodes.
70 * @return the identifier that is unique among all the nodes.
74 return identifier;
49 GeneralMonitoringTreeNode(String displayName, Object identifier, boolean isRoot) argument
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DGeneralMonitoringTreeNode.java39 private Object identifier; field in class:GeneralMonitoringTreeNode
45 * @param identifier the identifier that is unique among all the nodes.
49 Object identifier,
54 this.identifier = identifier;
68 * Returns the identifier that is unique among all the nodes.
69 * @return the identifier that is unique among all the nodes.
73 return identifier;
48 GeneralMonitoringTreeNode(String displayName, Object identifier, boolean isRoot) argument
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DGeneralMonitoringTreeNode.java40 private Object identifier; field in class:GeneralMonitoringTreeNode
46 * @param identifier the identifier that is unique among all the nodes.
50 Object identifier,
55 this.identifier = identifier;
69 * Returns the identifier that is unique among all the nodes.
70 * @return the identifier that is unique among all the nodes.
74 return identifier;
49 GeneralMonitoringTreeNode(String displayName, Object identifier, boolean isRoot) argument
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DGeneralMonitoringTreeNode.java39 private Object identifier; field in class:GeneralMonitoringTreeNode
45 * @param identifier the identifier that is unique among all the nodes.
49 Object identifier,
54 this.identifier = identifier;
68 * Returns the identifier that is unique among all the nodes.
69 * @return the identifier that is unique among all the nodes.
73 return identifier;
48 GeneralMonitoringTreeNode(String displayName, Object identifier, boolean isRoot) argument
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DGeneralMonitoringTreeNode.java40 private Object identifier; field in class:GeneralMonitoringTreeNode
46 * @param identifier the identifier that is unique among all the nodes.
50 Object identifier,
55 this.identifier = identifier;
69 * Returns the identifier that is unique among all the nodes.
70 * @return the identifier that is unique among all the nodes.
74 return identifier;
49 GeneralMonitoringTreeNode(String displayName, Object identifier, boolean isRoot) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/nodes/
H A DGeneralMonitoringTreeNode.java40 private Object identifier; field in class:GeneralMonitoringTreeNode
46 * @param identifier the identifier that is unique among all the nodes.
50 Object identifier,
55 this.identifier = identifier;
69 * Returns the identifier that is unique among all the nodes.
70 * @return the identifier that is unique among all the nodes.
74 return identifier;
49 GeneralMonitoringTreeNode(String displayName, Object identifier, boolean isRoot) argument
/forgerock/openam-v13/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/packet/
H A DCHAPPasswordAttribute.java47 * The chap identifier code from the user's CHAP response.
58 * Construct a new instance from the password string and chap identifier code from the CHAP response. RFC 2865 isn't
65 * @param identifier the CHAP identifier
67 public CHAPPasswordAttribute(String password, int identifier) { argument
68 super(CHAPPasswordAttribute.toOctets(password, identifier));
71 this.ident = identifier;
78 * @param identifier the CHAP identifier
81 private static final byte[] toOctets(String password, int identifier) { argument
[all...]
H A DVendorSpecificAttribute.java45 * for obtaining the Vendor's enterprise code that is used as the identifier for this attribute.
71 * Constructs an instance to hold the vendor identifier and nested string.
73 * @param identifier SMI Network Management Private Enterprise Code.
76 public VendorSpecificAttribute(int identifier, String text) { argument
77 super(VendorSpecificAttribute.toOctets(identifier, text));
78 id = identifier;
84 * space needed by the type, length, and identifier.
86 * @param identifier the vendor identifier
90 private static final byte[] toOctets(int identifier, Strin argument
[all...]
/forgerock/openam/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/packet/
H A DCHAPPasswordAttribute.java47 * The chap identifier code from the user's CHAP response.
58 * Construct a new instance from the password string and chap identifier code from the CHAP response. RFC 2865 isn't
65 * @param identifier the CHAP identifier
67 public CHAPPasswordAttribute(String password, int identifier) { argument
68 super(CHAPPasswordAttribute.toOctets(password, identifier));
71 this.ident = identifier;
78 * @param identifier the CHAP identifier
81 private static final byte[] toOctets(String password, int identifier) { argument
[all...]
H A DVendorSpecificAttribute.java45 * for obtaining the Vendor's enterprise code that is used as the identifier for this attribute.
71 * Constructs an instance to hold the vendor identifier and nested string.
73 * @param identifier SMI Network Management Private Enterprise Code.
76 public VendorSpecificAttribute(int identifier, String text) { argument
77 super(VendorSpecificAttribute.toOctets(identifier, text));
78 id = identifier;
84 * space needed by the type, length, and identifier.
86 * @param identifier the vendor identifier
90 private static final byte[] toOctets(int identifier, Strin argument
[all...]
/forgerock/openam/openam-notifications/src/main/java/org/forgerock/openam/notifications/
H A DTopic.java22 * Immutable representation of a topic identifier.
28 private final String identifier; field in class:Topic
30 private Topic(String identifier) { argument
31 this.identifier = identifier;
37 * @param identifier identifier
40 public static Topic of(String identifier) { argument
41 return new Topic(identifier);
45 * Gets the topic identifier
[all...]
/forgerock/openam-v13/openam-authentication/openam-auth-fr-oath/src/main/java/org/forgerock/openam/authentication/modules/fr/oath/
H A DAuthenticatorAppRegistrationURIBuilder.java150 private final String identifier; field in class:AuthenticatorAppRegistrationURIBuilder.OTPType
152 OTPType(String identifier) { argument
153 this.identifier = identifier;
157 return identifier;
/forgerock/openam/openam-authentication/openam-auth-fr-oath/src/main/java/org/forgerock/openam/authentication/modules/fr/oath/
H A DAuthenticatorAppRegistrationURIBuilder.java160 private final String identifier; field in class:AuthenticatorAppRegistrationURIBuilder.OTPType
162 OTPType(String identifier) { argument
163 this.identifier = identifier;
167 return identifier;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DAMIdentityRepository.java86 * is passed for the organization identifier <code>realmName</code>, then
107 * the organization identifier {@code realmName}, then the "root" realm is assumed.
603 * @return Integer identifier for this listener.
623 * @param identifier
626 public void removeEventListener(int identifier) { argument
630 listOfListeners.remove(identifier);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DFSSAMLServiceViewBean.java295 String identifier,
313 tmodel.setValue(columnName, (String)map.get(identifier));
291 populatePipeSeparatedFormatTable( String attrName, CCActionTableModel tmodel, Set values, String identifier, String columnName ) argument
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DDelegationConfigUpgradeStep.java386 * Flattens the passed list of change instances to a string delimiter spaced identifier strings.
391 * the type of the change identifier
434 * the type of the identifier
440 private final T identifier; field in class:DelegationConfigUpgradeStep.ChangeSet
443 ChangeSet(final T identifier, final S data) { argument
444 this.identifier = identifier;
449 return identifier;
459 * @param identifier
460 * the change identifier
470 newInstance(final T identifier, final S data) argument
[all...]
/forgerock/openidm-v4/openidm-provisioner/src/main/java/org/forgerock/openidm/provisioner/impl/
H A DSystemObjectSetService.java470 private ProvisionerService locateService(Id identifier) throws ResourceException { argument
472 if (entry.getKey().is(identifier)) {
476 throw new ServiceUnavailableException("System: " + identifier + " is not available.");
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DFSSAMLServiceViewBean.java295 String identifier,
313 tmodel.setValue(columnName, (String)map.get(identifier));
291 populatePipeSeparatedFormatTable( String attrName, CCActionTableModel tmodel, Set values, String identifier, String columnName ) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DAMIdentityRepository.java87 * is passed for the organization identifier <code>realmName</code>, then
108 * the organization identifier {@code realmName}, then the "root" realm is assumed.
625 * @return Integer identifier for this listener.
645 * @param identifier
648 public void removeEventListener(int identifier) { argument
652 listOfListeners.remove(identifier);
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/
H A DDelegationConfigUpgradeStep.java386 * Flattens the passed list of change instances to a string delimiter spaced identifier strings.
391 * the type of the change identifier
434 * the type of the identifier
440 private final T identifier; field in class:DelegationConfigUpgradeStep.ChangeSet
443 ChangeSet(final T identifier, final S data) { argument
444 this.identifier = identifier;
449 return identifier;
459 * @param identifier
460 * the change identifier
470 newInstance(final T identifier, final S data) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/
H A DBackupManager.java983 private final String identifier; field in class:BackupManager.BackupArchiveReader
986 BackupArchiveReader(String identifier, ExistingBackupArchive archive) argument
988 this.identifier = identifier;
994 BackupArchiveReader(String identifier, BackupInfo backupInfo, String backupDirectoryPath) throws DirectoryException argument
996 this.identifier = identifier;
1039 identifier, stackTraceToSingleLineString(e)), e);
1070 ERR_BACKUP_CANNOT_RESTORE.get(identifier, stackTraceToSingleLineString(e)), e);
1194 ERR_BACKUP_CANNOT_CREATE_DIRECTORY_TO_RESTORE_FILE.get(fileToRestore, identifier));
1484 getFiles(File directory, FileFilter filter, String identifier) argument
1523 saveCurrentFilesToDirectory(Backupable backupable, String identifier) argument
1550 saveFilesToDirectory(Path rootDirectory, ListIterator<Path> files, String targetBasePath, String identifier) argument
1579 createDirectoryWithNumericSuffix(final String baseDirectoryPath, String identifier) argument
[all...]
/forgerock/opendj2/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj-b2.6/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj2.6.2/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj2-jel-hg/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...

Completed in 51 milliseconds

12