Searched refs:getBinaryAttributes (Results 1 - 25 of 33) sorted by relevance

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/datastore/
H A DDataStoreProvider.java96 public Map<String, byte[][]> getBinaryAttributes(String userID, Set<String> attrNames) method in interface:DataStoreProvider
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/datastore/
H A DDataStoreProvider.java96 public Map<String, byte[][]> getBinaryAttributes(String userID, Set<String> attrNames) method in interface:DataStoreProvider
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/datastore/impl/
H A DFedletDataStoreProvider.java122 public Map<String, byte[][]> getBinaryAttributes(String userID, Set<String> attrNames) method in class:FedletDataStoreProvider
125 debug.message("FedletDataStoreProvider.getBinaryAttributes(String, Set)");
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/datastore/impl/
H A DFedletDataStoreProvider.java122 public Map<String, byte[][]> getBinaryAttributes(String userID, Set<String> attrNames) method in class:FedletDataStoreProvider
125 debug.message("FedletDataStoreProvider.getBinaryAttributes(String, Set)");
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/plugin/datastore/impl/
H A DIdRepoDataStoreProvider.java179 // There is currently no getBinaryAttribute in AMIdentity, leverage the getBinaryAttributes call
180 Map<String, byte[][]> results = getBinaryAttributes(userID, attributes);
192 public Map<String, byte[][]> getBinaryAttributes(String userID, Set<String> attrNames) method in class:IdRepoDataStoreProvider
206 return amId.getBinaryAttributes(attrNames);
208 debug.error("IdRepoDataStoreProvider.getBinaryAttributes(): invalid admin SSOToken", ssoe);
211 debug.error("IdRepoDataStoreProvider.getBinaryAttributes(): IdRepo exception", ide);
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/plugin/datastore/impl/
H A DIdRepoDataStoreProvider.java179 // There is currently no getBinaryAttribute in AMIdentity, leverage the getBinaryAttributes call
180 Map<String, byte[][]> results = getBinaryAttributes(userID, attributes);
192 public Map<String, byte[][]> getBinaryAttributes(String userID, Set<String> attrNames) method in class:IdRepoDataStoreProvider
206 return amId.getBinaryAttributes(attrNames);
208 debug.error("IdRepoDataStoreProvider.getBinaryAttributes(): invalid admin SSOToken", ssoe);
211 debug.error("IdRepoDataStoreProvider.getBinaryAttributes(): IdRepo exception", ide);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepo.java221 public abstract Map<String, byte[][]> getBinaryAttributes(SSOToken token, IdType type, method in class:IdRepo
H A DAMIdentity.java381 public Map getBinaryAttributes(Set attrNames) throws IdRepoException, method in class:AMIdentity
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepo.java221 public abstract Map<String, byte[][]> getBinaryAttributes(SSOToken token, IdType type, method in class:IdRepo
H A DAMIdentity.java385 public Map getBinaryAttributes(Set attrNames) throws IdRepoException, method in class:AMIdentity
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultLibraryIDPAttributeMapper.java185 binaryValueMap = dsProvider.getBinaryAttributes(
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DDefaultIDPAttributeMapper.java146 binaryValueMap = dsProvider.getBinaryAttributes(
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DDefaultLibraryIDPAttributeMapper.java198 binaryValueMap = dsProvider.getBinaryAttributes(
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepo.java486 * @see com.sun.identity.idm.IdRepo#getBinaryAttributes(
490 public Map getBinaryAttributes(SSOToken token, IdType type, String name, method in class:FilesRepo
766 : getBinaryAttributes(token, type, name, attrNames));
784 : getBinaryAttributes(token, IdType.ROLE,
815 : getBinaryAttributes(token, IdType.REALM,
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepo.java488 * @see com.sun.identity.idm.IdRepo#getBinaryAttributes(
492 public Map getBinaryAttributes(SSOToken token, IdType type, String name, method in class:FilesRepo
768 : getBinaryAttributes(token, type, name, attrNames));
786 : getBinaryAttributes(token, IdType.ROLE,
817 : getBinaryAttributes(token, IdType.REALM,
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteServicesImpl.java248 return getBinaryAttributes(token, type, name, attrNames, amOrgName, amsdkDN);
252 private Map<String, byte[][]> getBinaryAttributes(SSOToken token, IdType type, String name, Set<String> attrNames, method in class:IdRemoteServicesImpl
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteServicesImpl.java249 return getBinaryAttributes(token, type, name, attrNames, amOrgName, amsdkDN);
253 private Map<String, byte[][]> getBinaryAttributes(SSOToken token, IdType type, String name, Set<String> attrNames, method in class:IdRemoteServicesImpl
/forgerock/openam-v13/openam-test/src/test/java/com/sun/identity/idm/
H A DAMIdentityTestBase.java248 Map verify = amid.getBinaryAttributes(set);
/forgerock/openam/openam-test/src/test/java/com/sun/identity/idm/
H A DAMIdentityTestBase.java248 Map verify = amid.getBinaryAttributes(set);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSDKRepo.java339 * @see com.sun.identity.idm.IdRepo#getBinaryAttributes(
343 public Map getBinaryAttributes(SSOToken token, IdType type, String name, method in class:AMSDKRepo
346 debug.message("AMSDKIdRepo: getBinaryAttributes called" + ": "
370 debug.error("AMSDKRepo.getBinaryAttributes(): AMException ", ame);
1544 : getBinaryAttributes(token, type, name, attrNames));
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSDKRepo.java339 * @see com.sun.identity.idm.IdRepo#getBinaryAttributes(
343 public Map getBinaryAttributes(SSOToken token, IdType type, String name, method in class:AMSDKRepo
346 debug.message("AMSDKIdRepo: getBinaryAttributes called" + ": "
370 debug.error("AMSDKRepo.getBinaryAttributes(): AMException ", ame);
1544 : getBinaryAttributes(token, type, name, attrNames));
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDatabaseRepo.java824 * @see com.sun.identity.idm.IdRepo#getBinaryAttributes(
828 public Map getBinaryAttributes(SSOToken token, IdType type, String name, method in class:DatabaseRepo
831 debug.error("DatabaseRepo.getBinaryAttributes: throwing"
836 debug.message("DatabaseRepo.getBinaryAttributes called with:"
841 isValidType(type, "getBinaryAttributes");
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/internal/
H A DSpecialRepo.java312 * @see com.sun.identity.idm.IdRepo#getBinaryAttributes(
316 public Map getBinaryAttributes(SSOToken token, IdType type, String name, method in class:SpecialRepo
/forgerock/openam-v13/openam-datastore/src/test/java/org/forgerock/openam/idrepo/ldap/
H A DGenericRepoTest.java195 Map<String, byte[][]> binAttrs = idrepo.getBinaryAttributes(null, IdType.USER, DEMO, asSet("sn"));
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDatabaseRepo.java825 * @see com.sun.identity.idm.IdRepo#getBinaryAttributes(
829 public Map getBinaryAttributes(SSOToken token, IdType type, String name, method in class:DatabaseRepo
832 debug.error("DatabaseRepo.getBinaryAttributes: throwing"
837 debug.message("DatabaseRepo.getBinaryAttributes called with:"
842 isValidType(type, "getBinaryAttributes");

Completed in 228 milliseconds

12