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

/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DUmaTokenStore.java115 public UmaToken readToken(String ticketId, JavaBeanAdapter<? extends UmaToken> adapter) throws NotFoundException { argument
117 Token token = cts.read(ticketId);
119 throw new NotFoundException("No valid ticket exists with ticketId");
123 throw new NotFoundException("No valid ticket exists with ticketId in the realm, " + realm);
127 throw new NotFoundException("No valid ticket exists with ticketId");
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DUmaTokenStore.java114 public UmaToken readToken(String ticketId, JavaBeanAdapter<? extends UmaToken> adapter) throws NotFoundException { argument
116 Token token = cts.read(ticketId);
118 throw new NotFoundException("No valid ticket exists with ticketId");
122 throw new NotFoundException("No valid ticket exists with ticketId in the realm, " + realm);
126 throw new NotFoundException("No valid ticket exists with ticketId");

Completed in 29 milliseconds