/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/realm/ |
H A D | RealmGetServiceAttributeValues.java | 87 attributeValues = ai.getServiceAttributes(serviceName); 91 attributeValues = ocm.getServiceAttributes(serviceName);
|
H A D | RealmRemoveServiceAttributes.java | 100 Map origValues = ocm.getServiceAttributes(serviceName); 114 Map origValues = ai.getServiceAttributes(serviceName);
|
H A D | RealmAddServiceAttributes.java | 108 Map origValues = ocm.getServiceAttributes(serviceName); 122 Map origValues = ai.getServiceAttributes(serviceName);
|
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/realm/ |
H A D | RealmGetServiceAttributeValues.java | 87 attributeValues = ai.getServiceAttributes(serviceName); 91 attributeValues = ocm.getServiceAttributes(serviceName);
|
H A D | RealmRemoveServiceAttributes.java | 100 Map origValues = ocm.getServiceAttributes(serviceName); 114 Map origValues = ai.getServiceAttributes(serviceName);
|
H A D | RealmAddServiceAttributes.java | 108 Map origValues = ocm.getServiceAttributes(serviceName); 122 Map origValues = ai.getServiceAttributes(serviceName);
|
/forgerock/openam-v13/openam-datastore/src/test/java/org/forgerock/openam/idrepo/ldap/ |
H A D | GenericRepoTest.java | 533 Map<String, Set<String>> attrs = idrepo.getServiceAttributes(null, IdType.USER, DEMO, "iPlanetAMSessionService", 537 attrs = idrepo.getServiceAttributes(null, IdType.USER, DEMO, "iPlanetAMSessionService", 541 attrs = idrepo.getServiceAttributes(null, IdType.USER, DEMO, "iPlanetAMSessionService", 551 idrepo.getServiceAttributes(null, IdType.REALM, null, "iPlanetAMSessionService", null); 554 attrs = idrepo.getServiceAttributes(null, IdType.REALM, null, "invalid", null); 556 attrs = idrepo.getServiceAttributes(null, IdType.REALM, null, "iPlanetAMSessionService", asSet("invalid")); 558 attrs = idrepo.getServiceAttributes(null, IdType.REALM, null, "iPlanetAMSessionService", 588 idrepo.getServiceAttributes(null, IdType.USER, DEMO, "iPlanetAMSessionService", asSet("manager")); 594 attrs = idrepo.getServiceAttributes(null, IdType.USER, DEMO, "iPlanetAMSessionService", asSet("manager")); 603 idrepo.getServiceAttributes(nul [all...] |
/forgerock/openam/openam-datastore/src/test/java/org/forgerock/openam/idrepo/ldap/ |
H A D | GenericRepoTest.java | 535 Map<String, Set<String>> attrs = idrepo.getServiceAttributes(null, IdType.USER, DEMO, "iPlanetAMSessionService", 539 attrs = idrepo.getServiceAttributes(null, IdType.USER, DEMO, "iPlanetAMSessionService", 543 attrs = idrepo.getServiceAttributes(null, IdType.USER, DEMO, "iPlanetAMSessionService", 553 idrepo.getServiceAttributes(null, IdType.REALM, null, "iPlanetAMSessionService", null); 556 attrs = idrepo.getServiceAttributes(null, IdType.REALM, null, "invalid", null); 558 attrs = idrepo.getServiceAttributes(null, IdType.REALM, null, "iPlanetAMSessionService", asSet("invalid")); 560 attrs = idrepo.getServiceAttributes(null, IdType.REALM, null, "iPlanetAMSessionService", 590 idrepo.getServiceAttributes(null, IdType.USER, DEMO, "iPlanetAMSessionService", asSet("manager")); 596 attrs = idrepo.getServiceAttributes(null, IdType.USER, DEMO, "iPlanetAMSessionService", asSet("manager")); 605 idrepo.getServiceAttributes(nul [all...] |
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/realm/model/ |
H A D | RealmResourceOfferingModelImpl.java | 80 map = realmIdentity.getServiceAttributes( 85 map = orgCfgMgr.getServiceAttributes(
|
H A D | ServicesProfileModelImpl.java | 148 map = realmIdentity.getServiceAttributes(serviceName); 153 map = orgCfgMgr.getServiceAttributes(serviceName);
|
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/realm/model/ |
H A D | RealmResourceOfferingModelImpl.java | 80 map = realmIdentity.getServiceAttributes( 85 map = orgCfgMgr.getServiceAttributes(
|
H A D | ServicesProfileModelImpl.java | 148 map = realmIdentity.getServiceAttributes(serviceName); 153 map = orgCfgMgr.getServiceAttributes(serviceName);
|
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ |
H A D | AMObject.java | 395 public Map getServiceAttributes(String serviceName) throws AMException, method in interface:AMObject
|
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/idrepo/ |
H A D | GetServiceAttributes.java | 88 Map values = amid.getServiceAttributes(serviceName);
|
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/idm/model/ |
H A D | EntityResourceOfferingModelImpl.java | 74 map.putAll(amid.getServiceAttributes(
|
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/configuration/ |
H A D | FedSystemProperties.java | 104 Map<String, Set<String>> svcAttrs = orgMgr.getServiceAttributes("sunFAMSAML2Configuration");
|
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/idrepo/ |
H A D | GetServiceAttributes.java | 88 Map values = amid.getServiceAttributes(serviceName);
|
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/idm/model/ |
H A D | EntityResourceOfferingModelImpl.java | 74 map.putAll(amid.getServiceAttributes(
|
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ |
H A D | AMObject.java | 395 public Map getServiceAttributes(String serviceName) throws AMException, method in interface:AMObject
|
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/configuration/ |
H A D | FedSystemProperties.java | 104 Map<String, Set<String>> svcAttrs = orgMgr.getServiceAttributes("sunFAMSAML2Configuration");
|
/forgerock/openam-v13/openam-test/src/test/java/com/sun/identity/cli/realm/ |
H A D | RealmTest.java | 193 ai.getServiceAttributes(serviceName); 392 Map map = ai.getServiceAttributes(serviceName); 462 Map map = ai.getServiceAttributes(serviceName);
|
/forgerock/openam/openam-test/src/test/java/com/sun/identity/cli/realm/ |
H A D | RealmTest.java | 193 ai.getServiceAttributes(serviceName); 392 Map map = ai.getServiceAttributes(serviceName); 462 Map map = ai.getServiceAttributes(serviceName);
|
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/idm/ |
H A D | IdServicesDecorator.java | 228 public Map getServiceAttributes(SSOToken token, IdType type, String name, String serviceName, Set attrNames, method in class:IdServicesDecorator 230 return delegate.getServiceAttributes(token, type, name, serviceName, attrNames, amOrgName, amsdkDN);
|
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/ |
H A D | AMCommonNameGenerator.java | 300 map = realmIdentity.getServiceAttributes(G11N_SERVICE_NAME); 305 map = orgCfgMgr.getServiceAttributes(G11N_SERVICE_NAME);
|
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/ |
H A D | AMCommonNameGenerator.java | 300 map = realmIdentity.getServiceAttributes(G11N_SERVICE_NAME); 305 map = orgCfgMgr.getServiceAttributes(G11N_SERVICE_NAME);
|