|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JiraSoapTokenResolver
Objects that implement this interface can resolve SOAP tokens back to user names. to
Method Summary | |
---|---|
int |
getTokenParameterIndex(String operationName)
The implementer is expected to return the parameter index that the "token" field occurs on for the named operation. |
String |
resolveTokenToUserName(String token)
The JiraAxisTokenResolver is asked to resolve a token back into user name. |
Method Detail |
---|
String resolveTokenToUserName(String token)
token
- the token to resolve
int getTokenParameterIndex(String operationName)
operationName
- the name of the operation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |