Uses of Class
com.netgrif.application.engine.auth.domain.UserState
-
Packages that use UserState Package Description com.netgrif.application.engine.auth.domain com.netgrif.application.engine.auth.domain.repositories com.netgrif.application.engine.ldap.domain -
-
Uses of UserState in com.netgrif.application.engine.auth.domain
Fields in com.netgrif.application.engine.auth.domain declared as UserState Modifier and Type Field Description protected @NotNull UserStateAbstractUser. stateFields in com.netgrif.application.engine.auth.domain with type parameters of type UserState Modifier and Type Field Description com.querydsl.core.types.dsl.EnumPath<UserState>QAbstractUser. statecom.querydsl.core.types.dsl.EnumPath<UserState>QAnonymousUser. statecom.querydsl.core.types.dsl.EnumPath<UserState>QIUser. statecom.querydsl.core.types.dsl.EnumPath<UserState>QUser. stateMethods in com.netgrif.application.engine.auth.domain that return UserState Modifier and Type Method Description UserStateIUser. getState()static UserStateUserState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UserState[]UserState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.netgrif.application.engine.auth.domain with parameters of type UserState Modifier and Type Method Description voidIUser. setState(UserState state) -
Uses of UserState in com.netgrif.application.engine.auth.domain.repositories
Methods in com.netgrif.application.engine.auth.domain.repositories with parameters of type UserState Modifier and Type Method Description org.springframework.data.domain.Page<User>UserRepository. findAllBy_idInAndState(java.util.Set<org.bson.types.ObjectId> ids, UserState state, org.springframework.data.domain.Pageable pageable)java.util.List<User>UserRepository. findAllByStateAndExpirationDateBefore(UserState userState, java.time.LocalDateTime dateTime)org.springframework.data.domain.Page<User>UserRepository. findDistinctByStateAndProcessRoles__idIn(UserState state, java.util.List<java.lang.String> roleId, org.springframework.data.domain.Pageable pageable)java.util.List<User>UserRepository. removeAllByStateAndExpirationDateBefore(UserState state, java.time.LocalDateTime dateTime) -
Uses of UserState in com.netgrif.application.engine.ldap.domain
Fields in com.netgrif.application.engine.ldap.domain with type parameters of type UserState Modifier and Type Field Description com.querydsl.core.types.dsl.EnumPath<UserState>QLdapUser. state
-