public class

AuthUtils

extends Object
java.lang.Object
   ↳ com.microstrategy.web.app.utils.usher.AuthUtils

Summary

Nested Classes
class AuthUtils.UsherResponseViaIServer  
Public Constructors
AuthUtils()
Public Methods
static String getKeysForLogging(RequestKeys keys)
returns a flattened version of the keys for log purposes
static String getTask(RequestKeys keys)
static String getValueFromRequest(String arg, RequestKeys keys)
Gets the value from the request
static boolean isValidSimpleString(String value)
static AuthUtils.UsherResponseViaIServer parse(String xml)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AuthUtils ()

Public Methods

public static String getKeysForLogging (RequestKeys keys)

returns a flattened version of the keys for log purposes

public static String getTask (RequestKeys keys)

public static String getValueFromRequest (String arg, RequestKeys keys)

Gets the value from the request

public static boolean isValidSimpleString (String value)

public static AuthUtils.UsherResponseViaIServer parse (String xml)

Throws
IOException
ParserConfigurationException
SAXException