com.atlassian.jira.soap.axis.JiraSoapTokenResolver |
Objects that implement this interface can resolve SOAP tokens back to user names. to
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The implementer is expected to return the parameter index that the "token" field
occurs on for the named operation.
| |||||||||||
The JiraAxisTokenResolver is asked to resolve a token back into user name.
|
The implementer is expected to return the parameter index that the "token" field occurs on for the named operation. For example the if the token is the first parameter the implementer should return 0.
operationName | the name of the operation |
---|
The JiraAxisTokenResolver is asked to resolve a token back into user name. if it can resolve a name it should return null.
token | the token to resolve |
---|