Package com.appliedolap.essbase.impl
Class BearerTokenAuthentication
java.lang.Object
com.appliedolap.essbase.impl.BearerTokenAuthentication
- All Implemented Interfaces:
EssAuthentication
An OAuth-style bearer token. See
EssAuthentication.bearerToken(String) for the caveat about
which deployments actually accept one.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe value for theAuthorizationheader, or null to send none.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.appliedolap.essbase.EssAuthentication
cookieHeader, observeSetCookies, sessionEnded, sessionExpiry, username
-
Constructor Details
-
BearerTokenAuthentication
-
-
Method Details
-
authorizationHeader
Description copied from interface:EssAuthenticationThe value for theAuthorizationheader, or null to send none. Null is meaningful rather than a degenerate case - a cookie-borne session needs noAuthorizationheader.- Specified by:
authorizationHeaderin interfaceEssAuthentication
-