public class KeycloakUriInfo extends Object
Constructor and Description |
---|
KeycloakUriInfo(KeycloakSession session,
UriInfo delegate) |
Modifier and Type | Method and Description |
---|---|
URI |
getAbsolutePath() |
UriBuilder |
getAbsolutePathBuilder() |
URI |
getBaseUri() |
UriBuilder |
getBaseUriBuilder() |
UriInfo |
getDelegate() |
List<Object> |
getMatchedResources() |
List<String> |
getMatchedURIs() |
List<String> |
getMatchedURIs(boolean decode) |
String |
getPath() |
String |
getPath(boolean decode) |
<any> |
getPathParameters() |
<any> |
getPathParameters(boolean decode) |
List<PathSegment> |
getPathSegments() |
List<PathSegment> |
getPathSegments(boolean decode) |
<any> |
getQueryParameters() |
<any> |
getQueryParameters(boolean decode) |
URI |
getRequestUri() |
UriBuilder |
getRequestUriBuilder() |
URI |
relativize(URI uri) |
URI |
resolve(URI uri) |
public KeycloakUriInfo(KeycloakSession session, UriInfo delegate)
public UriInfo getDelegate()
public URI getRequestUri()
public UriBuilder getRequestUriBuilder()
public URI getAbsolutePath()
public UriBuilder getAbsolutePathBuilder()
public URI getBaseUri()
public UriBuilder getBaseUriBuilder()
public String getPath()
public String getPath(boolean decode)
public List<PathSegment> getPathSegments()
public List<PathSegment> getPathSegments(boolean decode)
public <any> getPathParameters()
public <any> getPathParameters(boolean decode)
public <any> getQueryParameters()
public <any> getQueryParameters(boolean decode)
Copyright © 2018 JBoss by Red Hat. All rights reserved.