Package | Description |
---|---|
org.picketlink.config.http | |
org.picketlink.http |
Modifier and Type | Method and Description |
---|---|
Set<HttpMethod> |
PathConfiguration.getMethods() |
Modifier and Type | Method and Description |
---|---|
PathConfigurationBuilder |
PathConfigurationBuilder.withMethod(HttpMethod... methods)
Configures the
HttpMethod that are supported by a specific path. |
Constructor and Description |
---|
PathConfiguration(String groupName,
String uri,
Boolean secured,
Set<HttpMethod> methods,
List<OutboundRedirectConfiguration> redirects) |
Modifier and Type | Method and Description |
---|---|
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.