Uses of Class
com.broadleafcommerce.auth.security.domain.SecurityScope
-
Packages that use SecurityScope Package Description com.broadleafcommerce.auth.security.domain com.broadleafcommerce.auth.security.repository -
-
Uses of SecurityScope in com.broadleafcommerce.auth.security.domain
Methods in com.broadleafcommerce.auth.security.domain that return SecurityScope Modifier and Type Method Description SecurityScope
PermissionScope. getScope()
Methods in com.broadleafcommerce.auth.security.domain with parameters of type SecurityScope Modifier and Type Method Description void
PermissionScope. setScope(SecurityScope scope)
-
Uses of SecurityScope in com.broadleafcommerce.auth.security.repository
Methods in com.broadleafcommerce.auth.security.repository that return types with arguments of type SecurityScope Modifier and Type Method Description Collection<SecurityScope>
ScopeRepository. findAllByOpenTrueAndNameIn(Collection<String> names)
-