Searched refs:identifier (Results 1 - 25 of 50) sorted by relevance

12

/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/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-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/opendj2/src/server/org/opends/server/protocols/asn1/
H A DGSERParser.java57 * Pattern to match an identifier defined in RFC 3641, section 3.4.
59 * An <identifier> conforms to the definition of an identifier in ASN.1
63 * followed by another hyphen. The case of letters in an identifier is
66 * identifier = lowercase *alphanumeric *(hyphen 1*alphanumeric)
78 * Pattern to match the identifier part (including the colon) of an
81 * IdentifiedChoiceValue = identifier ":" Value
424 * Returns the identifier of the next NamedValue element.
426 * @return the identifier of the NamedValue element
429 * If the input does not match the identifier patter
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/asn1/
H A DGSERParser.java57 * Pattern to match an identifier defined in RFC 3641, section 3.4.
59 * An <identifier> conforms to the definition of an identifier in ASN.1
63 * followed by another hyphen. The case of letters in an identifier is
66 * identifier = lowercase *alphanumeric *(hyphen 1*alphanumeric)
78 * Pattern to match the identifier part (including the colon) of an
81 * IdentifiedChoiceValue = identifier ":" Value
424 * Returns the identifier of the next NamedValue element.
426 * @return the identifier of the NamedValue element
429 * If the input does not match the identifier patter
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/asn1/
H A DGSERParser.java53 * Pattern to match an identifier defined in RFC 3641, section 3.4.
55 * An <identifier> conforms to the definition of an identifier in ASN.1
59 * followed by another hyphen. The case of letters in an identifier is
62 * identifier = lowercase *alphanumeric *(hyphen 1*alphanumeric)
74 * Pattern to match the identifier part (including the colon) of an
77 * IdentifiedChoiceValue = identifier ":" Value
420 * Returns the identifier of the next NamedValue element.
422 * @return the identifier of the NamedValue element
425 * If the input does not match the identifier patter
[all...]
/forgerock/opendj2/src/server/org/opends/server/schema/
H A DCertificateExactMatchingRule.java72 * The GSER identifier for the serialNumber named value.
79 * The GSER identifier for the issuer named value.
86 * The GSER identifier for the rdnSequence IdentifiedChoiceValue.
269 String identifier;
293 identifier = parser.nextNamedValueIdentifier();
294 if (!identifier.equals(GSER_ID_SERIALNUMBER))
309 identifier = parser.nextNamedValueIdentifier();
310 if (!identifier.equals(GSER_ID_ISSUER))
319 identifier = parser.nextChoiceValueIdentifier();
320 if (!identifier
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/schema/
H A DCertificateExactMatchingRule.java72 * The GSER identifier for the serialNumber named value.
79 * The GSER identifier for the issuer named value.
86 * The GSER identifier for the rdnSequence IdentifiedChoiceValue.
269 String identifier;
293 identifier = parser.nextNamedValueIdentifier();
294 if (!identifier.equals(GSER_ID_SERIALNUMBER))
309 identifier = parser.nextNamedValueIdentifier();
310 if (!identifier.equals(GSER_ID_ISSUER))
319 identifier = parser.nextChoiceValueIdentifier();
320 if (!identifier
[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/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/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/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRAAccountsTableViewController.m60 - (BOOL)shouldPerformSegueWithIdentifier:(NSString *)identifier sender:(id)sender {
61 if ([identifier isEqualToString:FRAAccountsTableViewControllerScanQrCodeSegue]) {
74 if ([segue.identifier isEqualToString:FRAAccountsTableViewControllerShowAccountSegue]) {
80 if ([segue.identifier isEqualToString:FRAAccountsTableViewControllerScanQrCodeSegue]) {
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/
H A DJmxPrivilegeTestCase.java778 String identifier;
782 identifier = "null";
786 identifier = authNEntry.getDN().toString();
787 identifier = identifier.replace(',', '-');
788 identifier = identifier.replace(' ', '-');
789 identifier = identifier.replace('=', '-');
798 "attributeTypes: ( " + identifier
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/
H A DJmxPrivilegeTestCase.java759 String identifier;
763 identifier = "null";
767 identifier = authNEntry.getDN().toString();
768 identifier = identifier.replace(',', '-');
769 identifier = identifier.replace(' ', '-');
770 identifier = identifier.replace('=', '-');
779 "attributeTypes: ( " + identifier
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DPrivilegeTestCase.java916 String identifier;
920 identifier = "null";
924 identifier = authNEntry.getDN().toString();
925 identifier = identifier.replace(',', '-');
926 identifier = identifier.replace(' ', '-');
927 identifier = identifier.replace('=', '-');
936 "attributeTypes: ( " + identifier
[all...]

Completed in 201 milliseconds

12