Uses of Class
step.licensing.conf.user.StepUserCategorySpecification
-
Packages that use StepUserCategorySpecification Package Description step.licensing.conf step.licensing.conf.user step.plugins.licensing step.plugins.licensing.user -
-
Uses of StepUserCategorySpecification in step.licensing.conf
Fields in step.licensing.conf with type parameters of type StepUserCategorySpecification Modifier and Type Field Description java.util.List<StepUserCategorySpecification>
StepLicenseManagerConfiguration. stepUserCategories
-
Uses of StepUserCategorySpecification in step.licensing.conf.user
Method parameters in step.licensing.conf.user with type arguments of type StepUserCategorySpecification Modifier and Type Method Description static java.lang.String
StepUserCategorySpecification. checkConsistency(java.util.List<StepUserCategorySpecification> stepUserCategories)
-
Uses of StepUserCategorySpecification in step.plugins.licensing
Methods in step.plugins.licensing that return types with arguments of type StepUserCategorySpecification Modifier and Type Method Description java.util.List<StepUserCategorySpecification>
StepLicenseManager. getStepUserCategorySpecifications()
java.util.List<StepUserCategorySpecification>
StepLicenseManagerImplementation. getStepUserCategorySpecifications()
-
Uses of StepUserCategorySpecification in step.plugins.licensing.user
Method parameters in step.plugins.licensing.user with type arguments of type StepUserCategorySpecification Modifier and Type Method Description void
EnterpriseUserLicenseHandler. onServerStart(step.core.access.UserAccessor userAccessor, step.core.access.RoleProvider roleProvider, java.util.List<StepUserCategorySpecification> userCategorySpecifications)
Constructor parameters in step.plugins.licensing.user with type arguments of type StepUserCategorySpecification Constructor Description RoleCategoryMapper(step.core.access.RoleProvider roleProvider, java.util.List<StepUserCategorySpecification> specifications)
-