Package | Description |
---|---|
org.apache.marmotta.platform.security.model |
Modifier and Type | Method and Description |
---|---|
static HTTPMethods |
HTTPMethods.parse(String s) |
static HTTPMethods |
HTTPMethods.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HTTPMethods[] |
HTTPMethods.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<HTTPMethods> |
SecurityConstraint.getMethods() |
Modifier and Type | Method and Description |
---|---|
void |
SecurityConstraint.setMethods(Set<HTTPMethods> methods) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.