Interface ProfileLoader
-
public interface ProfileLoader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Profileload()Allows to load a profile on demand
-
-
-
Method Detail
-
load
Profile load() throws IdentityStorageException
Allows to load a profile on demand- Returns:
- the loaded profile
- Throws:
IdentityStorageException- if an error occurs while loading the profile
-
-