Uses of Class
com.evolveum.midpoint.model.api.authentication.ModuleAuthentication
-
Packages that use ModuleAuthentication Package Description com.evolveum.midpoint.model.api.authentication -
-
Uses of ModuleAuthentication in com.evolveum.midpoint.model.api.authentication
Methods in com.evolveum.midpoint.model.api.authentication that return ModuleAuthentication Modifier and Type Method Description ModuleAuthentication
ModuleAuthentication. clone()
ModuleAuthentication
MidpointAuthentication. getAuthenticationByName(String moduleName)
ModuleAuthentication
AuthModule. getBaseModuleAuthentication()
ModuleAuthentication
MidpointAuthentication. getProcessingModuleAuthentication()
Methods in com.evolveum.midpoint.model.api.authentication that return types with arguments of type ModuleAuthentication Modifier and Type Method Description List<ModuleAuthentication>
MidpointAuthentication. getAuthentications()
List<ModuleAuthentication>
MidpointAuthentication. getParallelProcessingModules()
Methods in com.evolveum.midpoint.model.api.authentication with parameters of type ModuleAuthentication Modifier and Type Method Description void
MidpointAuthentication. addAuthentications(ModuleAuthentication authentication)
protected void
ModuleAuthentication. clone(ModuleAuthentication module)
int
MidpointAuthentication. getIndexOfModule(ModuleAuthentication authentication)
boolean
MidpointAuthentication. isLast(ModuleAuthentication moduleAuthentication)
-