Uses of Class
com.pingidentity.opentoken.TokenException

Packages that use TokenException
com.pingidentity.opentoken   
 

Uses of TokenException in com.pingidentity.opentoken
 

Subclasses of TokenException in com.pingidentity.opentoken
 class TokenExpiredException
          Exception to be thrown when encountering an expired OpenToken
 

Methods in com.pingidentity.opentoken that throw TokenException
static org.apache.commons.collections.MultiMap Token.decode(String token, com.pingidentity.opentoken.key.KeyManager keyman, boolean useSunJCE)
          Deprecated. Use encode() method with explicit parameter useVerboseErrorMessages to control verbose messages.
static org.apache.commons.collections.MultiMap Token.decode(String token, com.pingidentity.opentoken.key.KeyManager keyman, boolean useSunJCE, boolean useVerboseErrorMessages)
          Decodes a provided OpenToken and extracts the key/value(s) pairs.This new method is provided in order to enable suppression of verbose error messages in the TokenException message.
static String Token.encode(org.apache.commons.collections.MultiMap values, com.pingidentity.opentoken.key.KeyManager keyman, boolean useSunJCE)
          Deprecated. Use encode() method with explicit parameter useVerboseErrorMessages to control verbose messages.
static String Token.encode(org.apache.commons.collections.MultiMap values, com.pingidentity.opentoken.key.KeyManager keyman, boolean useSunJCE, boolean useVerboseErrorMessages, boolean removeTrailingBackslashes)
          Encode a map of key/value(s) pairs into an opentoken string.
 Map Agent.readToken(javax.servlet.http.HttpServletRequest request)
          Reads key/value pairs stored in a token on the provided request.
 Map Agent.readToken(String token)
          Reads key/value pairs stored in a token string.
 org.apache.commons.collections.MultiMap Agent.readTokenToMultiMap(javax.servlet.http.HttpServletRequest request)
          Reads key/value(s) pairs stored in a token on the provided request.
 org.apache.commons.collections.MultiMap Agent.readTokenToMultiMap(String token)
          Reads key/value(s) pairs stored in a token string.
 String Agent.writeToken(Map ids)
          Writes map of key/value pairs to a new token, returns token as a string.
 void Agent.writeToken(Map ids, javax.servlet.http.HttpServletResponse response, String targetUrl)
          Writes map of key/value pairs to a new token, then redirects to targetUrl.
 void Agent.writeToken(Map ids, javax.servlet.http.HttpServletResponse response, UrlHelper targetUrl)
          Writes map of key/value pairs to a new token, then redirects to targetUrl.
 void Agent.writeToken(Map ids, javax.servlet.http.HttpServletResponse response, UrlHelper targetUrl, boolean doRedirect)
          Writes map of key/value pairs to a new token, then optionally redirects to targetUrl.
 String Agent.writeToken(org.apache.commons.collections.MultiMap ids)
          Writes map of key/value(s) pairs to a new token, returns token as a string.
 void Agent.writeToken(org.apache.commons.collections.MultiMap ids, javax.servlet.http.HttpServletResponse response, String targetUrl)
          Writes map key/value(s) pairs to a new token, then redirects to targetUrl.
 void Agent.writeToken(org.apache.commons.collections.MultiMap ids, javax.servlet.http.HttpServletResponse response, UrlHelper targetUrl)
          Writes map of key/value(s) pairs to a new token, then redirects to targetUrl.
 void Agent.writeToken(org.apache.commons.collections.MultiMap ids, javax.servlet.http.HttpServletResponse response, UrlHelper targetUrl, boolean doRedirect)
          Writes map of key/value(s) pairs to a new token, then optionally redirects to targetUrl.
 



Copyright © 2012. All Rights Reserved.