Searched refs:getBinaryServiceAttributes (Results 1 - 25 of 28) sorted by relevance

12

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/idm/
H A DIdServicesDecorator.java237 public Map getBinaryServiceAttributes(SSOToken token, IdType type, String name, String serviceName, Set attrNames, method in class:IdServicesDecorator
239 return delegate.getBinaryServiceAttributes(token, type, name, serviceName, attrNames, amOrgName, amsdkDN);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/idm/
H A DIdServicesDecorator.java242 public Map getBinaryServiceAttributes(SSOToken token, IdType type, String name, String serviceName, Set attrNames, method in class:IdServicesDecorator
244 return delegate.getBinaryServiceAttributes(token, type, name, serviceName, attrNames, amOrgName, amsdkDN);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepo.java549 public abstract Map<String, byte[][]> getBinaryServiceAttributes(SSOToken token, IdType type, method in class:IdRepo
H A DIdServices.java129 public Map getBinaryServiceAttributes(SSOToken token, IdType type, method in interface:IdServices
H A DAMIdentity.java826 public Map getBinaryServiceAttributes(String serviceName) method in class:AMIdentity
833 debug.message("AMIdentity.getBinaryServiceAttributes: attrNames="
836 return idServices.getBinaryServiceAttributes(token, type, name,
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepo.java549 public abstract Map<String, byte[][]> getBinaryServiceAttributes(SSOToken token, IdType type, method in class:IdRepo
H A DIdServices.java164 public Map getBinaryServiceAttributes(SSOToken token, IdType type, method in interface:IdServices
H A DAMIdentity.java829 public Map getBinaryServiceAttributes(String serviceName) method in class:AMIdentity
836 debug.message("AMIdentity.getBinaryServiceAttributes: attrNames="
839 return idServices.getBinaryServiceAttributes(token, type, name,
/forgerock/openam-v13/openam-datastore/src/test/java/org/forgerock/openam/idrepo/ldap/
H A DGenericRepoTest.java567 idrepo.getBinaryServiceAttributes(null, IdType.USER, DEMO,"iPlanetAMSessionService", asSet("manager"));
571 attrs = idrepo.getBinaryServiceAttributes(null, IdType.USER, DEMO, "iPlanetAMSessionService",
576 attrs = idrepo.getBinaryServiceAttributes(null, IdType.USER, DEMO, "iPlanetAMSessionService",
/forgerock/openam/openam-datastore/src/test/java/org/forgerock/openam/idrepo/ldap/
H A DGenericRepoTest.java569 idrepo.getBinaryServiceAttributes(null, IdType.USER, DEMO,"iPlanetAMSessionService", asSet("manager"));
573 attrs = idrepo.getBinaryServiceAttributes(null, IdType.USER, DEMO, "iPlanetAMSessionService",
578 attrs = idrepo.getBinaryServiceAttributes(null, IdType.USER, DEMO, "iPlanetAMSessionService",
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteServicesImpl.java445 public Map getBinaryServiceAttributes(SSOToken token, IdType type, method in class:IdRemoteServicesImpl
452 DEBUG.message("IdRemoteServicesImpl.getBinaryServiceAttributes "
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteServicesImpl.java446 public Map getBinaryServiceAttributes(SSOToken token, IdType type, method in class:IdRemoteServicesImpl
453 DEBUG.message("IdRemoteServicesImpl.getBinaryServiceAttributes "
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDatabaseRepo.java1998 public Map getBinaryServiceAttributes(SSOToken token, IdType type, method in class:DatabaseRepo
2002 debug.error("DatabaseRepo.getBinaryServiceAttributes: throwing"
2007 debug.message("DatabaseRepo.getBinaryServiceAttributes called with:"
2013 isValidType(type, "getBinaryServiceAttributes");
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/internal/
H A DSpecialRepo.java410 * @see com.sun.identity.idm.IdRepo#getBinaryServiceAttributes(
414 public Map getBinaryServiceAttributes(SSOToken token, IdType type, method in class:SpecialRepo
H A DAgentsRepo.java725 * @see com.sun.identity.idm.IdRepo#getBinaryServiceAttributes(
729 public Map getBinaryServiceAttributes(SSOToken token, IdType type, method in class:AgentsRepo
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdRepoJAXRPCObjectImpl.java410 return idServices.getBinaryServiceAttributes(stoken, idtype, name,
H A DIdServicesImpl.java2261 public Map getBinaryServiceAttributes(SSOToken token, IdType type, method in class:IdServicesImpl
2308 repo.getBinaryServiceAttributes(token, type, amsdkDN,
2314 repo.getBinaryServiceAttributes(token, type, name,
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDatabaseRepo.java2004 public Map getBinaryServiceAttributes(SSOToken token, IdType type, method in class:DatabaseRepo
2008 debug.error("DatabaseRepo.getBinaryServiceAttributes: throwing"
2013 debug.message("DatabaseRepo.getBinaryServiceAttributes called with:"
2019 isValidType(type, "getBinaryServiceAttributes");
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/internal/
H A DSpecialRepo.java410 * @see com.sun.identity.idm.IdRepo#getBinaryServiceAttributes(
414 public Map getBinaryServiceAttributes(SSOToken token, IdType type, method in class:SpecialRepo
H A DAgentsRepo.java742 * @see com.sun.identity.idm.IdRepo#getBinaryServiceAttributes(
746 public Map getBinaryServiceAttributes(SSOToken token, IdType type, method in class:AgentsRepo
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdRepoJAXRPCObjectImpl.java412 return idServices.getBinaryServiceAttributes(stoken, idtype, name,
H A DIdServicesImpl.java2235 public Map getBinaryServiceAttributes(SSOToken token, IdType type, method in class:IdServicesImpl
2282 repo.getBinaryServiceAttributes(token, type, amsdkDN,
2288 repo.getBinaryServiceAttributes(token, type, name,
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepo.java727 public Map getBinaryServiceAttributes(SSOToken token, IdType type, method in class:FilesRepo
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepo.java729 public Map getBinaryServiceAttributes(SSOToken token, IdType type, method in class:FilesRepo
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSDKRepo.java1513 * @see com.sun.identity.idm.IdRepo#getBinaryServiceAttributes(
1518 public Map getBinaryServiceAttributes(SSOToken token, IdType type, method in class:AMSDKRepo

Completed in 130 milliseconds

12