Searched defs:mapOfServicesAndOCs (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepo.java476 * @param mapOfServicesAndOCs
483 String name, Map<String, Set<String>> mapOfServicesAndOCs) throws IdRepoException,
482 getAssignedServices(SSOToken token, IdType type, String name, Map<String, Set<String>> mapOfServicesAndOCs) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepo.java476 * @param mapOfServicesAndOCs
483 String name, Map<String, Set<String>> mapOfServicesAndOCs) throws IdRepoException,
482 getAssignedServices(SSOToken token, IdType type, String name, Map<String, Set<String>> mapOfServicesAndOCs) argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDatabaseRepo.java1914 Map mapOfServicesAndOCs) throws IdRepoException, SSOException {
1924 + " mapOfServicesAndOCs=" + mapOfServicesAndOCs);
1913 getAssignedServices(SSOToken token, IdType type, String name, Map mapOfServicesAndOCs) argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/internal/
H A DSpecialRepo.java230 Map mapOfServicesAndOCs) throws IdRepoException, SSOException {
229 getAssignedServices(SSOToken token, IdType type, String name, Map mapOfServicesAndOCs) argument
H A DAgentsRepo.java1431 Map mapOfServicesAndOCs) throws IdRepoException, SSOException {
1430 getAssignedServices(SSOToken token, IdType type, String name, Map mapOfServicesAndOCs) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDatabaseRepo.java1920 Map mapOfServicesAndOCs) throws IdRepoException, SSOException {
1930 + " mapOfServicesAndOCs=" + mapOfServicesAndOCs);
1919 getAssignedServices(SSOToken token, IdType type, String name, Map mapOfServicesAndOCs) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/internal/
H A DSpecialRepo.java230 Map mapOfServicesAndOCs) throws IdRepoException, SSOException {
229 getAssignedServices(SSOToken token, IdType type, String name, Map mapOfServicesAndOCs) argument
H A DAgentsRepo.java1448 Map mapOfServicesAndOCs) throws IdRepoException, SSOException {
1447 getAssignedServices(SSOToken token, IdType type, String name, Map mapOfServicesAndOCs) argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepo.java394 Map mapOfServicesAndOCs) throws IdRepoException, SSOException {
397 + "\n\tmapOfServicesAndOCs=" + mapOfServicesAndOCs);
414 // Check ocs against the mapOfServicesAndOCs
416 for (Iterator items = mapOfServicesAndOCs.keySet().iterator(); items
419 Set reqOcs = (Set) mapOfServicesAndOCs.get(serviceName);
393 getAssignedServices(SSOToken token, IdType type, String name, Map mapOfServicesAndOCs) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepo.java396 Map mapOfServicesAndOCs) throws IdRepoException, SSOException {
399 + "\n\tmapOfServicesAndOCs=" + mapOfServicesAndOCs);
416 // Check ocs against the mapOfServicesAndOCs
418 for (Iterator items = mapOfServicesAndOCs.keySet().iterator(); items
421 Set reqOcs = (Set) mapOfServicesAndOCs.get(serviceName);
395 getAssignedServices(SSOToken token, IdType type, String name, Map mapOfServicesAndOCs) argument
/forgerock/openam-v13/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/
H A DDJLDAPv3Repo.java1764 * mapOfServicesAndOCs if all of the objectclasses mapped to a service is present, only then will the service be
1772 * @param mapOfServicesAndOCs A mapping between the names of services and the corresponding objectclasses.
1779 Map<String, Set<String>> mapOfServicesAndOCs) throws IdRepoException {
1790 for (Map.Entry<String, Set<String>> entry : mapOfServicesAndOCs.entrySet()) {
1778 getAssignedServices(SSOToken token, IdType type, String name, Map<String, Set<String>> mapOfServicesAndOCs) argument
/forgerock/openam/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/
H A DDJLDAPv3Repo.java1775 * mapOfServicesAndOCs if all of the objectclasses mapped to a service is present, only then will the service be
1783 * @param mapOfServicesAndOCs A mapping between the names of services and the corresponding objectclasses.
1790 Map<String, Set<String>> mapOfServicesAndOCs) throws IdRepoException {
1801 for (Map.Entry<String, Set<String>> entry : mapOfServicesAndOCs.entrySet()) {
1789 getAssignedServices(SSOToken token, IdType type, String name, Map<String, Set<String>> mapOfServicesAndOCs) argument

Completed in 73 milliseconds