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