|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SecurityToken | |
---|---|
gov.nih.nci.evs.domain | |
gov.nih.nci.evs.query |
Uses of SecurityToken in gov.nih.nci.evs.domain |
---|
Methods in gov.nih.nci.evs.domain that return SecurityToken | |
---|---|
SecurityToken |
Vocabulary.getSecurityToken()
Retreives the value of securityToken attribue |
Methods in gov.nih.nci.evs.domain with parameters of type SecurityToken | |
---|---|
void |
Vocabulary.setSecurityToken(SecurityToken securityToken)
Sets the value of securityToken attribue |
Uses of SecurityToken in gov.nih.nci.evs.query |
---|
Methods in gov.nih.nci.evs.query that return SecurityToken | |
---|---|
SecurityToken |
EVSQueryImpl.getSecurityToken(java.lang.String vocabularyName)
Returns securityToken |
Methods in gov.nih.nci.evs.query with parameters of type SecurityToken | |
---|---|
void |
EVSQuery.addSecurityToken(java.lang.String vocabularyName,
SecurityToken token)
Adds the specified security token and vocabulary information |
void |
EVSQueryImpl.addSecurityToken(java.lang.String vocabularyName,
SecurityToken token)
Stores the security token and vocabulary information in the EVSQuery object |
void |
EVSQuery.validateToken(java.lang.String vocabularyName,
SecurityToken token)
Validates the security token aganist a vocabulary |
void |
EVSQueryImpl.validateToken(java.lang.String vocabularyName,
SecurityToken token)
Validates the security token against the vocabulary specified |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |