Interface AbstractHttpSecuritySource.Labeller
-
- All Known Subinterfaces:
AbstractHttpSecuritySource.DependencyLabeller
- Enclosing class:
- AbstractHttpSecuritySource<A,AC extends java.io.Serializable,C,O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
public static interface AbstractHttpSecuritySource.Labeller
Provides the ability to label the required dependency orFlow
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getIndex()
Obtains the index of the dependency ofFlow
.AbstractHttpSecuritySource.Labeller
setLabel(java.lang.String label)
Specifies the label.
-
-
-
Method Detail
-
setLabel
AbstractHttpSecuritySource.Labeller setLabel(java.lang.String label)
Specifies the label.- Parameters:
label
- Label.- Returns:
this
AbstractHttpSecuritySource.Labeller
(allows simpler coding).
-
-