Uses of Class
de.xima.fc.entities.UserPortalAuthConfig
Packages that use UserPortalAuthConfig
Package
Description
Package for the API access of the model classes.
Package für Datenbankentitäten
-
Uses of UserPortalAuthConfig in de.xima.fc.api.entity
Subclasses with type arguments of type UserPortalAuthConfig in de.xima.fc.api.entityModifier and TypeClassDescriptionclassAPI for reading and writingUserPortalAuthConfigentities.Methods in de.xima.fc.api.entity that return types with arguments of type UserPortalAuthConfigModifier and TypeMethodDescriptionUserPortalAuthConfigAPI.getByUserPortalUuid(UserContext uc, UUID userPortalUuid, int page, int pageSize) -
Uses of UserPortalAuthConfig in de.xima.fc.dao.impl
Subclasses with type arguments of type UserPortalAuthConfig in de.xima.fc.dao.implModifier and TypeClassDescriptionclassThe default implementation ofIUserPortalAuthConfigDaothat can be accessed viaDaoProvider.Methods in de.xima.fc.dao.impl that return types with arguments of type UserPortalAuthConfigModifier and TypeMethodDescriptionUserPortalAuthConfigDao.getAllByLoginConfig(IEntityContext ec, UserPortalLoginConfig loginConfig) -
Uses of UserPortalAuthConfig in de.xima.fc.dao.interfaces
Subinterfaces with type arguments of type UserPortalAuthConfig in de.xima.fc.dao.interfacesModifier and TypeInterfaceDescriptioninterfaceDAO for reading and writingUserPortalAuthConfigentities.Methods in de.xima.fc.dao.interfaces that return types with arguments of type UserPortalAuthConfigModifier and TypeMethodDescriptionIUserPortalAuthConfigDao.getAllByLoginConfig(IEntityContext ec, UserPortalLoginConfig loginConfig) Get all authenticator configurations for a given login configuration. -
Uses of UserPortalAuthConfig in de.xima.fc.entities
Methods in de.xima.fc.entities that return types with arguments of type UserPortalAuthConfigMethod parameters in de.xima.fc.entities with type arguments of type UserPortalAuthConfigModifier and TypeMethodDescriptionvoidUserPortalLoginConfig.setAuthenticatorConfigs(List<UserPortalAuthConfig> authenticatorConfigs) -
Uses of UserPortalAuthConfig in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return types with arguments of type UserPortalAuthConfigModifier and TypeMethodDescriptionUserPortalAuthConfigHandler.getByUserPortalUuid(UserContext uc, UUID userPortalUuid, int page, int pageSize) -
Uses of UserPortalAuthConfig in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type UserPortalAuthConfigModifier and TypeMethodDescriptionIUserPortalAuthConfigHandler.getByUserPortalUuid(UserContext uc, UUID userPortalUuid, int page, int pageSize) Returns all user portal auth config entities for the given user portal UUID in the order they are configured in the user portal. -
Uses of UserPortalAuthConfig in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return UserPortalAuthConfigModifier and TypeMethodDescriptionstatic UserPortalAuthConfigEntityDummyFactory.dummyUserPortalAuthConfig(UserPortalLoginConfig loginConfig, IClientDescriptor clientDescriptor, int orderIndex)