Package org.forgerock.openig.tools.am
Class AmService.Discovery
java.lang.Object
org.forgerock.openig.tools.am.AmService.Discovery
- Enclosing class:
 - AmService
 
A pre-builder class used to discover AM details such as its version and expected cookie name. It produces a
 
AmService.Builder object once information have been fetched from AM and computed.- 
Method Summary
Modifier and TypeMethodDescriptionWill Call AM instance to get missing information in order to create the AmService builder. 
- 
Method Details
- 
discover
Will Call AM instance to get missing information in order to create the AmService builder.- Parameters:
 clock- the clock to use.- Returns:
 - an instance of an AmService Builder.
 
 
 -