Interface AbstractHttpSecuritySource.Labeller
- All Known Subinterfaces:
AbstractHttpSecuritySource.DependencyLabeller
- Enclosing class:
- AbstractHttpSecuritySource<A,
AC extends Serializable, C, O extends Enum<O>, F extends Enum<F>>
public static interface AbstractHttpSecuritySource.Labeller
Provides the ability to label the required dependency or
Flow.-
Method Details
-
setLabel
Specifies the label.- Parameters:
label- Label.- Returns:
thisAbstractHttpSecuritySource.Labeller(allows simpler coding).
-
getIndex
int getIndex()Obtains the index of the dependency ofFlow.- Returns:
- Index of the dependency of
Flow.
-