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.api.rest.pub.impl.user_portal.model.response de.xima.fc.api.rest.pub.impl.user_portal.model.response.page 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 -
-
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.api.rest.pub.impl.user_portal.model.response
Constructors in de.xima.fc.api.rest.pub.impl.user_portal.model.response with parameters of type UserPortalAuthConfig Constructor Description UserPortalAuthenticatorResource(UserPortalAuthConfig entity, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request, Locale locale)
-
Uses of UserPortalAuthConfig in de.xima.fc.api.rest.pub.impl.user_portal.model.response.page
Methods in de.xima.fc.api.rest.pub.impl.user_portal.model.response.page that return types with arguments of type UserPortalAuthConfig Modifier and Type Method Description static BiFunction<PagedResult<UserPortalAuthConfig>,Locale,IResourcePage<?>>
UserPortalAuthenticatorResourcePage. pagedResultConverter(int page, int pageSize, javax.ws.rs.core.UriInfo uriInfo, javax.servlet.http.HttpServletRequest request)
-
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 void
UserPortalLoginConfig. 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.
-