Package com.sun.identity.idm
Interface IdRepoFactory<T extends IdRepo>
-
- Type Parameters:
T
- the type ofIdRepo
to create
@SupportedAll public interface IdRepoFactory<T extends IdRepo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
create(String orgName)
Create a new IdRepo.
-