Searched defs:organization (Results 1 - 5 of 5) sorted by relevance
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/internal/ |
H A D | LoginContext.java | 49 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 D | LoginContext.java | 49 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 D | WindowsDesktopSSO.java | 690 * 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 D | SecurityResourceProvider.java | 352 * @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/openam-authentication/openam-auth-windowsdesktopsso/src/main/java/com/sun/identity/authentication/modules/windowsdesktopsso/ |
H A D | WindowsDesktopSSO.java | 690 * 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...] |
Completed in 38 milliseconds