Uses of Class
com.foreach.across.modules.user.business.GroupedPrincipal
Packages that use GroupedPrincipal
Package
Description
-
Uses of GroupedPrincipal in com.foreach.across.modules.user.business
Subclasses of GroupedPrincipal in com.foreach.across.modules.user.businessModifier and TypeClassDescriptionclass
Represents a SecurityPrincipal identity that is like a user account, but not a physical person.class
Constructor parameters in com.foreach.across.modules.user.business with type arguments of type GroupedPrincipalModifierConstructorDescriptionQGroupedPrincipal
(com.querydsl.core.types.Path<? extends GroupedPrincipal> path) QGroupedPrincipal
(Class<? extends GroupedPrincipal<? extends com.foreach.across.modules.hibernate.business.SettableIdBasedEntity<?>>> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of GroupedPrincipal in com.foreach.across.modules.user.validators
Classes in com.foreach.across.modules.user.validators with type parameters of type GroupedPrincipalModifier and TypeClassDescriptionclass
GroupedPrincipalValidatorSupport<T extends GroupedPrincipal<?>>