Searched defs:getBinaryAttribute (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/datastore/
H A DDataStoreProvider.java85 public byte[][] getBinaryAttribute(String userID, String attrName) method in interface:DataStoreProvider
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/datastore/impl/
H A DFedletDataStoreProvider.java107 public byte[][] getBinaryAttribute(String userID, String attrName) method in class:FedletDataStoreProvider
110 debug.message("FedletDataStoreProvider.getBinaryAttribute(String, String)");
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/datastore/
H A DDataStoreProvider.java85 public byte[][] getBinaryAttribute(String userID, String attrName) method in interface:DataStoreProvider
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/datastore/impl/
H A DFedletDataStoreProvider.java107 public byte[][] getBinaryAttribute(String userID, String attrName) method in class:FedletDataStoreProvider
110 debug.message("FedletDataStoreProvider.getBinaryAttribute(String, String)");
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/plugin/datastore/impl/
H A DIdRepoDataStoreProvider.java167 public byte[][] getBinaryAttribute(String userID, String attrName) throws DataStoreProviderException { method in class:IdRepoDataStoreProvider
179 // There is currently no getBinaryAttribute in AMIdentity, leverage the getBinaryAttributes call
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/plugin/datastore/impl/
H A DIdRepoDataStoreProvider.java167 public byte[][] getBinaryAttribute(String userID, String attrName) throws DataStoreProviderException { method in class:IdRepoDataStoreProvider
179 // There is currently no getBinaryAttribute in AMIdentity, leverage the getBinaryAttributes call

Completed in 30 milliseconds