static ILicenseAuthorizer | 
LicenseAuthorizerFactory.and(ILicenseAuthorizer... authorizers) | 
 Creates an authorizer that checks if all given authorizers are authorized. 
 | 
static ILicenseAuthorizer | 
LicenseAuthorizerFactory.and(ELicenseFeature... features) | 
 Creates an authorizer that checks if all given features are authorized. 
 | 
static ILicenseAuthorizer | 
LicenseAuthorizerFactory.feature(ELicenseFeature feature) | 
 Creates an authorizer that checks if the given feature is authorized. 
 | 
static ILicenseAuthorizer | 
LicenseAuthorizerFactory.fromString(String authorizer) | 
 Creates a license authorizer from the given serialized representation of the authorizer. 
 | 
static ILicenseAuthorizer | 
LicenseAuthorizerFactory.not(ILicenseAuthorizer authorizer) | 
 Creates the negation of the given authorizer. 
 | 
static ILicenseAuthorizer | 
LicenseAuthorizerFactory.or(ILicenseAuthorizer... authorizers) | 
 Creates an authorizer that checks if any of the given authorizers are authorized. 
 | 
static ILicenseAuthorizer | 
LicenseAuthorizerFactory.or(ELicenseFeature... features) | 
 Creates an authorizer that checks if any of the given features are authorized. 
 |