Uses of Class
de.xima.fc.entities.SystemAuthenticatorFile
-
Packages that use SystemAuthenticatorFile Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.gui.bean.settings -
-
Uses of SystemAuthenticatorFile in de.xima.fc.entities
Methods in de.xima.fc.entities that return SystemAuthenticatorFile Modifier and Type Method Description SystemAuthenticatorFile
SystemAuthenticator. putFile(String key, SystemAuthenticatorFile file)
Methods in de.xima.fc.entities that return types with arguments of type SystemAuthenticatorFile Modifier and Type Method Description Map<String,SystemAuthenticatorFile>
SystemAuthenticator. getFileMap()
Methods in de.xima.fc.entities with parameters of type SystemAuthenticatorFile Modifier and Type Method Description SystemAuthenticatorFile
SystemAuthenticator. putFile(String key, SystemAuthenticatorFile file)
-
Uses of SystemAuthenticatorFile in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return SystemAuthenticatorFile Modifier and Type Method Description SystemAuthenticatorFile
ExternalUserSystemBean. createEmptyFile(byte[] data, org.primefaces.event.FileUploadEvent event)
Methods in de.xima.fc.gui.bean.settings that return types with arguments of type SystemAuthenticatorFile Modifier and Type Method Description AuthPluginParameterModel<SystemAuthenticatorFile>
ExternalUserSystemBean. addNewFileParameter()
-