Package org.forgerock.openig.tools.am
Class RealmNormalizer
- java.lang.Object
-
- org.forgerock.openig.tools.am.RealmNormalizer
-
public abstract class RealmNormalizer extends Object
ARealmNormalizer
computes the path segment that includes the AM realm information as it should be used in REST API call.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RealmNormalizer
select(AmVersion version)
Selects the normalizer to use given an AM version.
-
-
-
Method Detail
-
select
public static RealmNormalizer select(AmVersion version)
Selects the normalizer to use given an AM version.- Parameters:
version
- AM version- Returns:
- the appropriate normalizer
-
-