Interface HttpSecurityConfiguration<A,AC extends Serializable,C,O extends Enum<O>,F extends Enum<F>>
public interface HttpSecurityConfiguration<A,AC extends Serializable,C,O extends Enum<O>,F extends Enum<F>>
Configuration for
HttpSecuritySectionSource.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains theHttpSecurity.Obtains the name of theHttpSecurity.Obtains theHttpSecurityType.
-
Method Details
-
getHttpSecurityName
String getHttpSecurityName()Obtains the name of theHttpSecurity.- Returns:
- Name of the
HttpSecurity.
-
getHttpSecurity
Obtains theHttpSecurity.- Returns:
HttpSecurity.
-
getFlowKeyClass
-
getHttpSecurityType
Obtains theHttpSecurityType.- Returns:
HttpSecurityType.
-