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.LabellerProvides the ability to label the required dependency orFlow.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetIndex()Obtains the index of the dependency ofFlow.AbstractHttpSecuritySource.LabellersetLabel(java.lang.String label)Specifies the label.
-
-
-
Method Detail
-
setLabel
AbstractHttpSecuritySource.Labeller setLabel(java.lang.String label)
Specifies the label.- Parameters:
label- Label.- Returns:
thisAbstractHttpSecuritySource.Labeller(allows simpler coding).
-
-