JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
de.msi.oauth.flow.signature.base.uri
Interface NormalizeUri
All Known Implementing Classes:
DefaultNormalizeUri
public interface
NormalizeUri
A simple process to retrieve a normalized
URI
.
Author:
Martin Siegemund
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
normalize
()
Normalize the
URI
and return the result.
Method Details
normalize
String
normalize
()
Normalize the
URI
and return the result.
Returns:
the normalized
URI