|
||||||||||
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.
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 |
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 |