Uses of Interface
de.xima.fc.license.ILicenseAuthorizer
Packages that use ILicenseAuthorizer
-
Uses of ILicenseAuthorizer in de.xima.fc.license
Methods in de.xima.fc.license that return ILicenseAuthorizerModifier and TypeMethodDescriptionstatic ILicenseAuthorizerLicenseAuthorizerFactory.and(ILicenseAuthorizer... authorizers) Creates an authorizer that checks if all given authorizers are authorized.static ILicenseAuthorizerLicenseAuthorizerFactory.and(ELicenseFeature... features) Creates an authorizer that checks if all given features are authorized.static ILicenseAuthorizerLicenseAuthorizerFactory.feature(ELicenseFeature feature) Creates an authorizer that checks if the given feature is authorized.static ILicenseAuthorizerLicenseAuthorizerFactory.feature(ELicenseFeature feature, boolean defaultIfNotSet) Creates an authorizer that checks if the given feature is authorized.static ILicenseAuthorizerLicenseAuthorizerFactory.fromString(String authorizer) Creates a license authorizer from the given serialized representation of the authorizer.static ILicenseAuthorizerLicenseAuthorizerFactory.not(ILicenseAuthorizer authorizer) Creates the negation of the given authorizer.static ILicenseAuthorizerLicenseAuthorizerFactory.or(ILicenseAuthorizer... authorizers) Creates an authorizer that checks if any of the given authorizers are authorized.static ILicenseAuthorizerLicenseAuthorizerFactory.or(ELicenseFeature... features) Creates an authorizer that checks if any of the given features are authorized.Methods in de.xima.fc.license with parameters of type ILicenseAuthorizerModifier and TypeMethodDescriptionstatic ILicenseAuthorizerLicenseAuthorizerFactory.and(ILicenseAuthorizer... authorizers) Creates an authorizer that checks if all given authorizers are authorized.static ILicenseAuthorizerLicenseAuthorizerFactory.not(ILicenseAuthorizer authorizer) Creates the negation of the given authorizer.static ILicenseAuthorizerLicenseAuthorizerFactory.or(ILicenseAuthorizer... authorizers) Creates an authorizer that checks if any of the given authorizers are authorized.