| Package | Description |
|---|---|
| org.apache.marmotta.platform.security.model |
| Modifier and Type | Method and Description |
|---|---|
SecurityConstraint.Type |
SecurityConstraint.getType() |
static SecurityConstraint.Type |
SecurityConstraint.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityConstraint.Type[] |
SecurityConstraint.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityConstraint.setType(SecurityConstraint.Type type) |
| Constructor and Description |
|---|
SecurityConstraint(SecurityConstraint.Type type,
String name,
String urlPattern,
boolean enabled) |
SecurityConstraint(SecurityConstraint.Type type,
String name,
String urlPattern,
boolean enabled,
int priority) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.