/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/datastore/ |
H A D | DataStoreProvider.java | 96 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 D | DataStoreProvider.java | 96 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 D | FedletDataStoreProvider.java | 122 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 D | FedletDataStoreProvider.java | 122 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 D | IdRepoDataStoreProvider.java | 179 // 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 D | IdRepoDataStoreProvider.java | 179 // 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 D | IdRepo.java | 221 public abstract Map<String, byte[][]> getBinaryAttributes(SSOToken token, IdType type, method in class:IdRepo
|
H A D | AMIdentity.java | 381 public Map getBinaryAttributes(Set attrNames) throws IdRepoException, method in class:AMIdentity
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/ |
H A D | IdRepo.java | 221 public abstract Map<String, byte[][]> getBinaryAttributes(SSOToken token, IdType type, method in class:IdRepo
|
H A D | AMIdentity.java | 385 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 D | DefaultLibraryIDPAttributeMapper.java | 185 binaryValueMap = dsProvider.getBinaryAttributes(
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/ |
H A D | DefaultIDPAttributeMapper.java | 146 binaryValueMap = dsProvider.getBinaryAttributes(
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/ |
H A D | DefaultLibraryIDPAttributeMapper.java | 198 binaryValueMap = dsProvider.getBinaryAttributes(
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/files/ |
H A D | FilesRepo.java | 486 * @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 D | FilesRepo.java | 488 * @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 D | IdRemoteServicesImpl.java | 248 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 D | IdRemoteServicesImpl.java | 249 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 D | AMIdentityTestBase.java | 248 Map verify = amid.getBinaryAttributes(set);
|
/forgerock/openam/openam-test/src/test/java/com/sun/identity/idm/ |
H A D | AMIdentityTestBase.java | 248 Map verify = amid.getBinaryAttributes(set);
|
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ |
H A D | AMSDKRepo.java | 339 * @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 D | AMSDKRepo.java | 339 * @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 D | DatabaseRepo.java | 824 * @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 D | SpecialRepo.java | 312 * @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 D | GenericRepoTest.java | 195 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 D | DatabaseRepo.java | 825 * @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");
|