|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.evs.security.SecurityToken
public class SecurityToken
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.
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 |
---|
private static final long serialVersionUID
private java.lang.String accessToken
private java.lang.String password
private java.lang.String userName
Constructor Detail |
---|
public SecurityToken()
Method Detail |
---|
public java.lang.String getAccessToken()
public void setAccessToken(java.lang.String accessToken)
public java.lang.String getPassword()
public void setPassword(java.lang.String password)
public java.lang.String getUserName()
public void setUserName(java.lang.String userName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |