Class DefaultNormalizeUri
java.lang.Object
de.msi.oauth.flow.signature.base.uri.DefaultNormalizeUri
- All Implemented Interfaces:
NormalizeUri
public final class DefaultNormalizeUri extends Object implements NormalizeUri
The default implementation of
NormalizeUri.
This implementation produces results in regard to the OAuth specification
9.1.2. Construct Request URL.
- Author:
- Martin Siegemund
- See Also:
- 9.1.2. Construct Request URL
-
Constructor Summary
Constructors Constructor Description DefaultNormalizeUri(URI uri)Create a new instance. -
Method Summary
-
Constructor Details
-
DefaultNormalizeUri
Create a new instance.- Parameters:
uri- theURIto normalize
-
-
Method Details
-
normalize
Description copied from interface:NormalizeUriNormalize theURIand return the result.- Specified by:
normalizein interfaceNormalizeUri- Returns:
- the normalized
URI
-