public class BKUSelectionModuleImpl extends Object implements AuthModule
| Constructor and Description |
|---|
BKUSelectionModuleImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority()
Returns the priority of the module.
|
String[] |
getProcessDefinitions()
Returns the an Array of
ProcessDefinitions of the processes included in this module. |
String |
selectProcess(ExecutionContext context)
Selects a process (description), referenced by its unique id, which is able to perform authentication with the
given
ExecutionContext. |
public int getPriority()
AuthModule0. Use a higher priority (1...Integer.MAX_VALUE)
in order to have your module(s) priorized or a lower priority (Integer.MIN_VALUE...-1) in order to put
your modules behind default modules.getPriority in interface AuthModulepublic String selectProcess(ExecutionContext context)
AuthModuleExecutionContext. Returns null if no appropriate process (description) was available within
this module.selectProcess in interface AuthModulecontext - an ExecutionContext for a process.null.public String[] getProcessDefinitions()
AuthModuleProcessDefinitions of the processes included in this module.getProcessDefinitions in interface AuthModuleCopyright © 2017. All rights reserved.