gov.nih.nci.evs.security
Class SecurityToken

java.lang.Object
  extended by gov.nih.nci.evs.security.SecurityToken
All Implemented Interfaces:
java.io.Serializable

public class SecurityToken
extends java.lang.Object
implements java.io.Serializable

SecurityToken class implements security policy to EVS Vocabularies. Access request information can be specified in this class. This information will be used to grant or deny permission to access a specific vocabulary.

See Also:
Serialized Form

Field Summary
private  java.lang.String accessToken
          Specifies the code for this token
private  java.lang.String password
          Specifies the password for this token
private static long serialVersionUID
          An attribute to allow serialization of the domain objects
private  java.lang.String userName
          Specifies the user name
 
Constructor Summary
SecurityToken()
           
 
Method Summary
 java.lang.String getAccessToken()
          Retreives the value of accessToken attribue
 java.lang.String getPassword()
          Retreives the value of password attribue
 java.lang.String getUserName()
          Retreives the value of userName attribue
 void setAccessToken(java.lang.String accessToken)
          Sets the value of accessToken attribue
 void setPassword(java.lang.String password)
          Sets the value of password attribue
 void setUserName(java.lang.String userName)
          Sets the value of userName attribue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
An attribute to allow serialization of the domain objects

See Also:
Constant Field Values

accessToken

private java.lang.String accessToken
Specifies the code for this token


password

private java.lang.String password
Specifies the password for this token


userName

private java.lang.String userName
Specifies the user name

Constructor Detail

SecurityToken

public SecurityToken()
Method Detail

getAccessToken

public java.lang.String getAccessToken()
Retreives the value of accessToken attribue

Returns:
accessToken

setAccessToken

public void setAccessToken(java.lang.String accessToken)
Sets the value of accessToken attribue


getPassword

public java.lang.String getPassword()
Retreives the value of password attribue

Returns:
password

setPassword

public void setPassword(java.lang.String password)
Sets the value of password attribue


getUserName

public java.lang.String getUserName()
Retreives the value of userName attribue

Returns:
userName

setUserName

public void setUserName(java.lang.String userName)
Sets the value of userName attribue



This API was generated by the caCORE Software Development Kit.