public interface HttpSecurityFlowMetaData<F extends Enum<F>>
JobSequence
required by the HttpSecuritySource
.Modifier and Type | Method and Description |
---|---|
Class<?> |
getArgumentType()
Obtains the
Class of the argument that is passed to the
JobSequence . |
F |
getKey()
Obtains the
Enum key identifying the application
JobSequence to instigate. |
String |
getLabel()
Provides a descriptive name for this
JobSequence . |
F getKey()
Enum
key identifying the application
JobSequence
to instigate.Enum
key identifying the application JobSequence
to instigate.Class<?> getArgumentType()
Obtains the Class
of the argument that is passed to the
JobSequence
.
This may be null
to indicate no argument is passed.
JobSequence
.String getLabel()
JobSequence
. This is useful
to better describe the JobSequence
.JobSequence
.Copyright © 2005–2016. All rights reserved.