Uses of Class
org.swisspush.gateleen.security.PatternHolder
-
Packages that use PatternHolder Package Description org.swisspush.gateleen.security.authorization org.swisspush.gateleen.security.content -
-
Uses of PatternHolder in org.swisspush.gateleen.security.authorization
Methods in org.swisspush.gateleen.security.authorization that return types with arguments of type PatternHolder Modifier and Type Method Description java.util.Map<PatternHolder,java.util.Set<java.lang.String>>AclFactory. parseAcl(io.vertx.core.buffer.Buffer buffer) -
Uses of PatternHolder in org.swisspush.gateleen.security.content
Methods in org.swisspush.gateleen.security.content that return PatternHolder Modifier and Type Method Description PatternHolderContentTypeConstraint. urlPattern()Methods in org.swisspush.gateleen.security.content that return types with arguments of type PatternHolder Modifier and Type Method Description java.util.List<PatternHolder>ContentTypeConstraint. allowedTypes()Constructors in org.swisspush.gateleen.security.content with parameters of type PatternHolder Constructor Description ContentTypeConstraint(PatternHolder urlPattern, java.util.List<PatternHolder> allowedTypes)Constructor parameters in org.swisspush.gateleen.security.content with type arguments of type PatternHolder Constructor Description ContentTypeConstraint(PatternHolder urlPattern, java.util.List<PatternHolder> allowedTypes)ContentTypeConstraintHandler(org.swisspush.gateleen.core.configuration.ConfigurationResourceManager configurationResourceManager, ContentTypeConstraintRepository repository, java.lang.String configResourceUri, java.util.List<PatternHolder> alwaysAllowedContentTypes)
-