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(com.sun.identity.liberty.ws.interaction.jaxb.InteractionResponseElement interactionResponseElement)
Returns user friendly
Map representation of parameters
in interaction response element |
public static Map getParameters(com.sun.identity.liberty.ws.interaction.jaxb.InteractionResponseElement 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–2025 Open Identity Platform Community. All rights reserved.