public final class WebServiceContext extends AbstractServiceContext
WebServiceContextFactory
by sending it a session
or request.Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getAttribute(java.lang.String key)
Gets the attribute at the specified key.
|
com.appiancorp.asl3.servicefw.connect.ASLIdentity |
getIdentity()
Gets the identity.
|
javax.servlet.http.HttpSession |
getSession()
Gets the session.
|
boolean |
isDesignatedForMigration() |
void |
setAttribute(java.lang.String key,
java.lang.Object o)
Sets the attribute at the specified key to the specified value.
|
addService, getAppianLoginContext, getAppianSession, getAuthorizationInterceptor, getAuthorizationProvider, getCalendarID, getEngineCredentials, getGrantorName, getGrantorRoles, getLocale, getMemberGroupRefs, getMemberGroupUuids, getName, getOverrideLocale, getRoles, getService, getTimeZone, getUserRef, getUserUuid, isAdsSuperUser, isAuthenticatedByAppianInternalProvider, isLoggedInThroughSaml, isRtl, isSysAdmin, isUserRefNull, removeAttribute, removeService, setAuthorizationProvider, setCalendarID, setLocale, setTimeZone, toString
public javax.servlet.http.HttpSession getSession()
public com.appiancorp.asl3.servicefw.connect.ASLIdentity getIdentity()
public boolean isDesignatedForMigration()
public java.lang.Object getAttribute(java.lang.String key)
ServiceContext
getAttribute
in interface com.appiancorp.asl3.servicefw.connect.ServiceContext
getAttribute
in class AbstractServiceContext
key
- the keyServiceContext.setAttribute(String, Object)
public void setAttribute(java.lang.String key, java.lang.Object o)
ServiceContext
setAttribute
in interface com.appiancorp.asl3.servicefw.connect.ServiceContext
setAttribute
in class AbstractServiceContext
key
- the keyo
- the valueServiceContext.getAttribute(String)
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.