Interface ProfileRetriever
-
public interface ProfileRetriever
Retrieves profile data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Profile
load(Resource page, java.lang.String encryptedPK, MetaDataNode metaData)
-
-
-
Method Detail
-
load
Profile load(Resource page, java.lang.String encryptedPK, MetaDataNode metaData) throws ACConnectorException
- Throws:
ACConnectorException
-
-