Uses of Class
com.broadleafcommerce.auth.security.domain.JpaUserRestriction
-
Packages that use JpaUserRestriction Package Description com.broadleafcommerce.auth.user.provider.jpa.domain -
-
Uses of JpaUserRestriction in com.broadleafcommerce.auth.user.provider.jpa.domain
Methods in com.broadleafcommerce.auth.user.provider.jpa.domain that return types with arguments of type JpaUserRestriction Modifier and Type Method Description Set<JpaUserRestriction>JpaUser. getRestrictions()Method parameters in com.broadleafcommerce.auth.user.provider.jpa.domain with type arguments of type JpaUserRestriction Modifier and Type Method Description voidJpaUser. setRestrictions(Set<JpaUserRestriction> restrictions)
-