org.openmuc.core.datamanager
Class Authentication

java.lang.Object
  extended by org.openmuc.core.datamanager.Authentication

public class Authentication
extends java.lang.Object

Standard roles: - DataStoreAdmin - may add DataStorage objects to the DataManagerImpl - DeviceOperator - DistributionGridOperator Standard users: - root - owner of all roles TODO implement authentication


Constructor Summary
Authentication(java.lang.String username, java.lang.String secret)
           
 
Method Summary
 java.lang.String getSecret()
           
 java.lang.String getUsername()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Authentication

public Authentication(java.lang.String username,
                      java.lang.String secret)
Method Detail

getUsername

public java.lang.String getUsername()

getSecret

public java.lang.String getSecret()