public class InteractionUtils extends Object
Modifier and Type | Method and Description |
---|---|
static List |
getInteractionLangauge(Message message)
Returns languages listed for the language attribute of the
UserInteraction header in the message. |
static Map |
getParameters(InteractionResponseType interactionResponseElement)
Returns user friendly
Map representation of parameters
in interaction response element |
public static Map getParameters(InteractionResponseType interactionResponseElement)
Map
representation of parameters
in interaction response elementinteractionResponseElement
- obtained from
InteractionManager
public static List getInteractionLangauge(Message message)
UserInteraction
header in the message. Returns empty list
if UserInteraction
header is not included in the messagemessage
- SOAP message from which to find out
interaction languagesUserInteraction
header in the message.
Returns empty list
if UserInteraction
header is not included
in the messageCopyright © 2010-2018, ForgeRock All Rights Reserved.