Uses of Class
com.evolveum.midpoint.security.api.HttpConnectionInformation
Packages that use HttpConnectionInformation
Package
Description
Low-level security functions.
-
Uses of HttpConnectionInformation in com.evolveum.midpoint.security.api
Methods in com.evolveum.midpoint.security.api that return HttpConnectionInformationModifier and TypeMethodDescriptionConnectionEnvironment.getConnectionInformation()static HttpConnectionInformationSecurityUtil.getCurrentConnectionInformation()Returns current connection information, as derived from HTTP request stored in current thread.@Nullable HttpConnectionInformationSecurityContextManager.getStoredConnectionInformation()Returns stored connection information.Methods in com.evolveum.midpoint.security.api with parameters of type HttpConnectionInformationModifier and TypeMethodDescriptionvoidSecurityContextManager.storeConnectionInformation(@Nullable HttpConnectionInformation value) Store connection information for later use within current thread.Constructors in com.evolveum.midpoint.security.api with parameters of type HttpConnectionInformationModifierConstructorDescriptionConnectionEnvironment(String channel, HttpConnectionInformation connectionInformation) -
Uses of HttpConnectionInformation in com.evolveum.midpoint.web.component
Constructors in com.evolveum.midpoint.web.component with parameters of type HttpConnectionInformationModifierConstructorDescriptionprotectedSecurityContextAwareCallable(SecurityContextManager manager, org.springframework.security.core.Authentication auth, HttpConnectionInformation connInfo)