org.eclipse.net4j.util.security
Interface IUserManager

All Known Implementing Classes:
FileUserManager, UserManager

public interface IUserManager


Method Summary
 void addUser(String userID, char[] password)
           
 byte[] encrypt(String userID, byte[] data, String algorithmName, byte[] salt, int count)
           
 void removeUser(String userID)
           
 

Method Detail

addUser

void addUser(String userID,
             char[] password)

removeUser

void removeUser(String userID)

encrypt

byte[] encrypt(String userID,
               byte[] data,
               String algorithmName,
               byte[] salt,
               int count)
               throws SecurityException
Throws:
SecurityException
Since:
2.0


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.