qualifyAccessToken
java.lang.String qualifyAccessToken(java.lang.String authorityNameString,
java.lang.String accessToken)
throws ManifoldCFException
Qualify an access token appropriately, to match access tokens as returned by mod_aa. This method
includes the authority name with the access token, if any, so that each authority may establish its own token space.
- Parameters:
authorityNameString
- is the name of the authority to use to qualify the access token.
accessToken
- is the raw, repository access token.
- Returns:
- the properly qualified access token.
- Throws:
ManifoldCFException