Searched refs:getServiceAttributes (Results 26 - 50 of 77) sorted by relevance

1234

/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/idm/
H A DIdServicesDecorator.java233 public Map getServiceAttributes(SSOToken token, IdType type, String name, String serviceName, Set attrNames, method in class:IdServicesDecorator
235 return delegate.getServiceAttributes(token, type, name, serviceName, attrNames, amOrgName, amsdkDN);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepo.java526 public abstract Map<String, Set<String>> getServiceAttributes(SSOToken token, IdType type, method in class:IdRepo
H A DIdServices.java125 public Map getServiceAttributes(SSOToken token, IdType type, String name, method in interface:IdServices
H A DAMIdentity.java799 public Map getServiceAttributes(String serviceName) method in class:AMIdentity
806 debug.message("AMIdentity.getServiceAttributes: attrNames="
809 return idServices.getServiceAttributes(token, type, name, serviceName,
1425 "AMIdentity.getServiceAttributes: Caught SM exception",
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepo.java526 public abstract Map<String, Set<String>> getServiceAttributes(SSOToken token, IdType type, method in class:IdRepo
H A DIdServices.java160 public Map getServiceAttributes(SSOToken token, IdType type, String name, method in interface:IdServices
H A DAMIdentity.java803 public Map<String, Set<String>> getServiceAttributes(String serviceName) method in class:AMIdentity
810 debug.message("AMIdentity.getServiceAttributes: attrNames="
813 return idServices.getServiceAttributes(token, type, name, serviceName, attrNames, orgName, univDN);
1428 "AMIdentity.getServiceAttributes: Caught SM exception",
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sso/providers/stateless/
H A DStatelessSSOProvider.java279 AuthD.getAuth().getOrgConfigManager(DNMapper.orgNameToDN(orgDn)).getServiceAttributes(AUTH_SERVICE_NAME),
/forgerock/openam-v13/openam-test/src/test/java/com/sun/identity/cli/idrepo/
H A DIdRepoTest.java305 dependsOnMethods = {"setServiceAttributes", "getServiceAttributes",
342 public void getServiceAttributes(String realm, String uid) method in class:IdRepoTest
345 entering("getServiceAttributes", param);
363 exiting("getServiceAttributes");
396 Map attrValues = user.getServiceAttributes("iPlanetAMSessionService");
431 Map attrValues = user.getServiceAttributes("iPlanetAMUserService");
/forgerock/openam/openam-test/src/test/java/com/sun/identity/cli/idrepo/
H A DIdRepoTest.java305 dependsOnMethods = {"setServiceAttributes", "getServiceAttributes",
342 public void getServiceAttributes(String realm, String uid) method in class:IdRepoTest
345 entering("getServiceAttributes", param);
363 exiting("getServiceAttributes");
396 Map attrValues = user.getServiceAttributes("iPlanetAMSessionService");
431 Map attrValues = user.getServiceAttributes("iPlanetAMUserService");
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepo.java707 * @see com.sun.identity.idm.IdRepo#getServiceAttributes(
712 public Map getServiceAttributes(SSOToken token, IdType type, String name, method in class:FilesRepo
715 return(getServiceAttributes(token, type, name, serviceName,
722 * @see com.sun.identity.idm.IdRepo#getServiceAttributes(
730 return(getServiceAttributes(token, type, name, serviceName,
737 * @see com.sun.identity.idm.IdRepo#getServiceAttributes(
741 private Map getServiceAttributes(SSOToken token, IdType type, String name, method in class:FilesRepo
745 debug.message("FilesRepo.getServiceAttributes called. " + name +
750 "FilesRepo.getServiceAttributes: throwing initialization exception");
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/password/ui/model/
H A DPWResetModelImpl.java555 Map attributeValues = mgr.getServiceAttributes(PW_RESET_SERVICE);
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/liberty/ws/disco/plugins/
H A DDiscoEntryHandlerImplUtils.java421 Map map = amIdentity.getServiceAttributes(
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepo.java709 * @see com.sun.identity.idm.IdRepo#getServiceAttributes(
714 public Map getServiceAttributes(SSOToken token, IdType type, String name, method in class:FilesRepo
717 return(getServiceAttributes(token, type, name, serviceName,
724 * @see com.sun.identity.idm.IdRepo#getServiceAttributes(
732 return(getServiceAttributes(token, type, name, serviceName,
739 * @see com.sun.identity.idm.IdRepo#getServiceAttributes(
743 private Map getServiceAttributes(SSOToken token, IdType type, String name, method in class:FilesRepo
747 debug.message("FilesRepo.getServiceAttributes called. " + name +
752 "FilesRepo.getServiceAttributes: throwing initialization exception");
/forgerock/openam/openam-core/src/main/java/com/sun/identity/password/ui/model/
H A DPWResetModelImpl.java555 Map attributeValues = mgr.getServiceAttributes(PW_RESET_SERVICE);
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/liberty/ws/disco/plugins/
H A DDiscoEntryHandlerImplUtils.java421 Map map = amIdentity.getServiceAttributes(
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DConfigManagerUMS.java148 entityAttributes = getServiceAttributes(org, entName);
378 private Map getServiceAttributes(String orgName, String path) method in class:ConfigManagerUMS
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMModelBase.java501 consoleAttributes = realmIdentity.getServiceAttributes(
507 consoleAttributes = orgCfgMgr.getServiceAttributes(
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMModelBase.java505 consoleAttributes = realmIdentity.getServiceAttributes(
511 consoleAttributes = orgCfgMgr.getServiceAttributes(
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DConfigManagerUMS.java148 entityAttributes = getServiceAttributes(org, entName);
378 private Map getServiceAttributes(String orgName, String path) method in class:ConfigManagerUMS
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java2072 Map sattrs = amIdentityRole.getServiceAttributes(
2412 serviceAttrs = amIdentityRole.getServiceAttributes(
2421 serviceAttrs = amIdentityUser.getServiceAttributes(
3348 roleAttributeMap = amIdentityRole.getServiceAttributes(
3352 getServiceAttributes(
3359 roleAttributeMap = getServiceAttributes(serviceName);
3392 serviceAttributesMap = getServiceAttributes(indexName);
3425 serviceAttributesMap = getServiceAttributes(indexName);
3450 Map getServiceAttributes(String indexName) throws Exception { method in class:LoginState
5116 serviceAttributesMap = getServiceAttributes(indexNam
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdServicesImpl.java2122 Map serviceResult = getServiceAttributes(token, nextType,
2254 public Map getServiceAttributes(SSOToken token, IdType type, String name, method in class:IdServicesImpl
2257 return (getServiceAttributes(token, type, name, serviceName,
2264 return (getServiceAttributes(token, type, name, serviceName,
2268 public Map getServiceAttributes(SSOToken token, IdType type, String name, method in class:IdServicesImpl
2281 // exist in user entry. So IdRepo.getServiceAttributes won't get
2282 // user attributes. But IdRepo.getServiceAttributes will also read
2284 // ealm service attributes in IdRepo.getServiceAttributes to this class
2306 repo.getServiceAttributes(token, type, amsdkDN,
2312 repo.getServiceAttributes(toke
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdServicesImpl.java2096 Map serviceResult = getServiceAttributes(token, nextType,
2228 public Map getServiceAttributes(SSOToken token, IdType type, String name, method in class:IdServicesImpl
2231 return (getServiceAttributes(token, type, name, serviceName,
2238 return (getServiceAttributes(token, type, name, serviceName,
2242 public Map getServiceAttributes(SSOToken token, IdType type, String name, method in class:IdServicesImpl
2255 // exist in user entry. So IdRepo.getServiceAttributes won't get
2256 // user attributes. But IdRepo.getServiceAttributes will also read
2258 // ealm service attributes in IdRepo.getServiceAttributes to this class
2280 repo.getServiceAttributes(token, type, amsdkDN,
2286 repo.getServiceAttributes(toke
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java2029 Map sattrs = amIdentityRole.getServiceAttributes(
2346 serviceAttrs = amIdentityRole.getServiceAttributes(
2355 serviceAttrs = amIdentityUser.getServiceAttributes(
3257 getServiceAttributes(
3264 roleAttributeMap = getServiceAttributes(serviceName);
3296 serviceAttributesMap = getServiceAttributes(indexName);
3329 serviceAttributesMap = getServiceAttributes(indexName);
3354 private Map<String, Set<String>> getServiceAttributes(String indexName) throws Exception { method in class:LoginState
5016 serviceAttributesMap = getServiceAttributes(indexName);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/user/model/
H A DUMUserPasswordResetOptionsModelImpl.java447 Map map = orgMgr.getServiceAttributes(serviceName);

Completed in 150 milliseconds

1234