Uses of Class
de.xima.fc.entities.UserPortalAuthConfig
-
Packages that use UserPortalAuthConfig Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.entities Package für Datenbankentitätende.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.testhelper -
-
Uses of UserPortalAuthConfig in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return types with arguments of type UserPortalAuthConfig Modifier and Type Method Description PagedResult<UserPortalAuthConfig>UserPortalAuthConfigAPI. getByUserPortalUuid(UserContext uc, UUID userPortalUuid, int page, int pageSize) -
Uses of UserPortalAuthConfig in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return types with arguments of type UserPortalAuthConfig Modifier and Type Method Description List<UserPortalAuthConfig>UserPortalAuthConfigDao. getAllByLoginConfig(IEntityContext ec, UserPortalLoginConfig loginConfig) -
Uses of UserPortalAuthConfig in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return types with arguments of type UserPortalAuthConfig Modifier and Type Method Description List<UserPortalAuthConfig>IUserPortalAuthConfigDao. 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 UserPortalAuthConfig Modifier and Type Method Description List<UserPortalAuthConfig>UserPortalLoginConfig. getAuthenticatorConfigs()Method parameters in de.xima.fc.entities with type arguments of type UserPortalAuthConfig Modifier and Type Method Description voidUserPortalLoginConfig. 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 UserPortalAuthConfig Modifier and Type Method Description PagedResult<UserPortalAuthConfig>UserPortalAuthConfigHandler. 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 UserPortalAuthConfig Modifier and Type Method Description PagedResult<UserPortalAuthConfig>IUserPortalAuthConfigHandler. 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 UserPortalAuthConfig Modifier and Type Method Description static UserPortalAuthConfigEntityDummyFactory. dummyUserPortalAuthConfig(UserPortalLoginConfig loginConfig, IClientDescriptor clientDescriptor, int orderIndex)
-