Interface FirstInPositionAwareLoginModuleDescriptor
-
- All Superinterfaces:
PositionAware
,PositionConstraintAware
- All Known Implementing Classes:
DefaultLoginModuleDescriptor
,TokenBasedLoginModuleDescriptor
public interface FirstInPositionAwareLoginModuleDescriptor extends PositionAware
Modules that implement this interface will be sorted and applied before theLoginModuleDescriptor
's that do not implement it i.e. positioning the module descriptor asPositionConstraint.last()
will effectively put the module after all theFirstInPositionAwareLoginModuleDescriptor
's but before all the other modules- Since:
- 2020.1
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default String
getOrderId()
Returns object id that can be referenced by {PositionConstraint
}-
Methods inherited from interface jetbrains.buildServer.util.positioning.PositionConstraintAware
getConstraint
-
-
-
-
Method Detail
-
getOrderId
@NotNull default String getOrderId()
Description copied from interface:PositionAware
Returns object id that can be referenced by {PositionConstraint
}- Specified by:
getOrderId
in interfacePositionAware
- Returns:
- object id
-
-