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