Interface HttpSecurityExplorerContext
public interface HttpSecurityExplorerContext
Context for the
HttpSecurityExplorer.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the name of theHttpSecurity.HttpSecuritySource<?,?, ?, ?, ?> Obtains theHttpSecuritySource.HttpSecurityType<?,?, ?, ?, ?> Obtains theHttpSecurityType.getManagedFunction(HttpSecurityFlowType<?> flowType) Obtains theExecutionManagedFunctionfor theHttpSecurityFlowType.
-
Method Details
-
getHttpSecurityName
String getHttpSecurityName()Obtains the name of theHttpSecurity.- Returns:
- Name of the
HttpSecurity.
-
getHttpSecuritySource
HttpSecuritySource<?,?, getHttpSecuritySource()?, ?, ?> Obtains theHttpSecuritySource.- Returns:
HttpSecuritySource.
-
getHttpSecurityType
HttpSecurityType<?,?, getHttpSecurityType()?, ?, ?> Obtains theHttpSecurityType.- Returns:
HttpSecurityType.
-
getManagedFunction
Obtains theExecutionManagedFunctionfor theHttpSecurityFlowType.- Parameters:
flowType-HttpSecurityFlowType.- Returns:
ExecutionManagedFunctionfor theHttpSecurityFlowType.
-