Searched refs:organization (Results 1 - 12 of 12) sorted by relevance

/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/sample3/tools/
H A DResetDatabaseScript.groovy77 organization varchar(32),
124 ( uid, password, firstname, lastname, fullname, email, organization, timestamp )
153 INSERT INTO groups_users (users_id, groups_id) SELECT id, 1 FROM users where organization='HR';
157 INSERT INTO groups_users (users_id, groups_id) SELECT id, 2 FROM users where organization <> 'HR';
161 INSERT INTO organizations VALUES ("0","HR","HR organization",CURRENT_TIMESTAMP);
165 INSERT INTO organizations VALUES ("0","SALES","Sales organization",CURRENT_TIMESTAMP);
169 INSERT INTO organizations VALUES ("0","SUPPORT","Support organization",CURRENT_TIMESTAMP);
173 INSERT INTO organizations VALUES ("0","ENG","Engineering organization",CURRENT_TIMESTAMP);
H A DSchemaScript.groovy76 organization String.class, REQUIRED
89 type 'organization'
H A DSearchScript.groovy59 def ORG = new ObjectClass("organization")
116 "organization": [
189 attribute 'organization', dataCollector.organization
204 u.organization,
232 organization: row.organization,
H A DSyncScript.groovy69 def ORG = new ObjectClass("organization")
112 attribute 'organization', row.organization
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/internal/
H A DLoginContext.java49 private String organization; field in class:LoginContext
77 organization = name;
84 organization = name;
95 if (organization != null)
96 map.put(ORGNAME, organization);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/internal/
H A DLoginContext.java49 private String organization; field in class:LoginContext
77 organization = name;
84 organization = name;
95 if (organization != null)
96 map.put(ORGNAME, organization);
/forgerock/openam-v13/openam-authentication/openam-auth-windowsdesktopsso/src/main/java/com/sun/identity/authentication/modules/windowsdesktopsso/
H A DWindowsDesktopSSO.java690 * Searches for an account with user Id userID in the organization organization
692 * identity in the organization
693 * @param organization organization or the organization name where the identity will be
698 private String searchUserAccount(String attributeValue, String organization) argument
703 if (organization.isEmpty()) {
704 organization = "/";
709 + " in the organization
[all...]
/forgerock/openam/openam-authentication/openam-auth-windowsdesktopsso/src/main/java/com/sun/identity/authentication/modules/windowsdesktopsso/
H A DWindowsDesktopSSO.java690 * Searches for an account with user Id userID in the organization organization
692 * identity in the organization
693 * @param organization organization or the organization name where the identity will be
698 private String searchUserAccount(String attributeValue, String organization) argument
703 if (organization.isEmpty()) {
704 organization = "/";
709 + " in the organization
[all...]
/forgerock/openidm-v4/openidm-security/src/main/java/org/forgerock/openidm/security/impl/
H A DSecurityResourceProvider.java352 * @param organization the subject's organization name
353 * @param organizationUnit the subject's organization unit name
366 String organization, String organizationUnit, String stateOrProvince,
380 builder.addRDN(BCStyle.O, organization);
365 generateCertificate(String commonName, String organization, String organizationUnit, String stateOrProvince, String country, String locality, String algorithm, int keySize, String signatureAlgorithm, String validFrom, String validTo) argument
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMStoreConnection.java119 * a subtree scoped search for organization,based on various attribute values.
128 * The above method will return the DN of a organization, which matches the
268 * Returns the organization naming attribute.
270 * @return organization naming attribute
567 * organization DN
573 AMOrganization organization = new AMOrganizationImpl(this.token, orgDN);
575 return organization;
579 * Returns the DN of the organization, using the <code>domainname</code>
584 * organization DN, otherwise an LDAP search is conducted using the
594 * verified to be an organization an
[all...]
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/fullStack/
H A DREADME.md37 It is perfectly reasonable to setup both products in an organization, each
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMStoreConnection.java121 * a subtree scoped search for organization,based on various attribute values.
130 * The above method will return the DN of a organization, which matches the
270 * Returns the organization naming attribute.
272 * @return organization naming attribute
569 * organization DN
575 AMOrganization organization = new AMOrganizationImpl(this.token, orgDN);
577 return organization;
581 * Returns the DN of the organization, using the <code>domainname</code>
586 * organization DN, otherwise an LDAP search is conducted using the
596 * verified to be an organization an
[all...]

Completed in 63 milliseconds