Searched defs:resolveToken (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/operations/strategies/
H A DLocalOperations.java190 resolveToken(session.getID()).putProperty(name, value);
195 InternalSession session = resolveToken(sessionID);
205 InternalSession internalSession = resolveToken(sessionId);
228 private InternalSession resolveToken(SessionID token) throws SessionException { method in class:LocalOperations
293 resolveToken(sessionId).putExternalProperty(clientToken, name, value);
305 //if the provided session ID was a restricted token, resolveToken will always validate the restriction, so there is no
307 InternalSession internalSession = resolveToken(sessionId);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionService.java600 private InternalSession resolveToken(SessionID token) throws SessionException { method in class:SessionService
840 InternalSession sess = resolveToken(sid);
965 //if the provided sid was a restricted token, resolveToken will always validate the restriction, so there is no
967 InternalSession session = resolveToken(sid);
984 InternalSession session = resolveToken(sid);
1039 resolveToken(sid).putProperty(name, value);
1146 resolveToken(sid).putExternalProperty(clientToken, name, value);

Completed in 31 milliseconds