Class AuthenticatedRequestContext
- java.lang.Object
-
- com.netflix.spinnaker.kork.web.context.AuthenticatedRequestContext
-
- All Implemented Interfaces:
RequestContext
public class AuthenticatedRequestContext extends java.lang.Object implements RequestContext
-
-
Constructor Summary
Constructors Constructor Description AuthenticatedRequestContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()java.util.Optional<java.lang.String>get(java.lang.String header)voidset(java.lang.String header, java.lang.String value)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.netflix.spinnaker.kork.web.context.RequestContext
get, getAccounts, getApplication, getExecutionId, getExecutionType, getRequestId, getUser, getUserOrigin, set, setAccounts, setAccounts, setApplication, setExecutionId, setExecutionType, setRequestId, setUser, setUserOrigin
-
-
-
-
Method Detail
-
get
public java.util.Optional<java.lang.String> get(java.lang.String header)
- Specified by:
getin interfaceRequestContext
-
set
public void set(java.lang.String header, java.lang.String value)- Specified by:
setin interfaceRequestContext
-
clear
public void clear()
- Specified by:
clearin interfaceRequestContext
-
-