Interface IdentityManagement
-
- All Known Implementing Classes:
IdmService
@Contract public interface IdentityManagementA @link {Contract} that satisfies credential information requirements of server. All the sub-systems should look up a service that implements this contract. The name of the service implies the functionality.- Author:
- केदार (km@dev.java.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description char[]getMasterPassword()Returns the master password as a character array.
-