Interface HttpSecurityExplorerContext
-
public interface HttpSecurityExplorerContext
Context for theHttpSecurityExplorer
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getHttpSecurityName()
Obtains the name of theHttpSecurity
.HttpSecuritySource<?,?,?,?,?>
getHttpSecuritySource()
Obtains theHttpSecuritySource
.HttpSecurityType<?,?,?,?,?>
getHttpSecurityType()
Obtains theHttpSecurityType
.ExecutionManagedFunction
getManagedFunction(HttpSecurityFlowType<?> flowType)
Obtains theExecutionManagedFunction
for theHttpSecurityFlowType
.
-
-
-
Method Detail
-
getHttpSecurityName
java.lang.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
ExecutionManagedFunction getManagedFunction(HttpSecurityFlowType<?> flowType)
Obtains theExecutionManagedFunction
for theHttpSecurityFlowType
.- Parameters:
flowType
-HttpSecurityFlowType
.- Returns:
ExecutionManagedFunction
for theHttpSecurityFlowType
.
-
-