gov.nih.nci.system.dao.security
Class SecurityKey

java.lang.Object
  extended by gov.nih.nci.system.dao.security.SecurityKey

public class SecurityKey
extends java.lang.Object

Author:
Shaziya Muhsin *

Constructor Summary
SecurityKey()
           
SecurityKey(java.lang.Object key, UserCredentials credentials)
           
 
Method Summary
 UserCredentials getCredentials()
           
 java.lang.Object getSecurityKey()
           
 void setCredentials(UserCredentials credentials)
           
 void setSecurityKey(java.lang.Object key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityKey

public SecurityKey()

SecurityKey

public SecurityKey(java.lang.Object key,
                   UserCredentials credentials)
Method Detail

setCredentials

public void setCredentials(UserCredentials credentials)

setSecurityKey

public void setSecurityKey(java.lang.Object key)

getSecurityKey

public java.lang.Object getSecurityKey()

getCredentials

public UserCredentials getCredentials()


Copyright © 2007 National Cancer Institute (NCI). All Rights Reserved.