Interface HttpSecurityConfiguration<A,AC extends java.io.Serializable,C,O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
-
public interface HttpSecurityConfiguration<A,AC extends java.io.Serializable,C,O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>Configuration forHttpSecuritySectionSource.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<F>getFlowKeyClass()HttpSecurity<A,AC,C,O,F>getHttpSecurity()Obtains theHttpSecurity.java.lang.StringgetHttpSecurityName()Obtains the name of theHttpSecurity.HttpSecurityType<A,AC,C,O,F>getHttpSecurityType()Obtains theHttpSecurityType.
-
-
-
Method Detail
-
getHttpSecurityName
java.lang.String getHttpSecurityName()
Obtains the name of theHttpSecurity.- Returns:
- Name of the
HttpSecurity.
-
getHttpSecurity
HttpSecurity<A,AC,C,O,F> getHttpSecurity()
Obtains theHttpSecurity.- Returns:
HttpSecurity.
-
getHttpSecurityType
HttpSecurityType<A,AC,C,O,F> getHttpSecurityType()
Obtains theHttpSecurityType.- Returns:
HttpSecurityType.
-
-