public class STSUtils extends Object
Modifier and Type | Field and Description |
---|---|
static ResourceBundle |
bundle |
static Debug |
debug |
Constructor and Description |
---|
STSUtils() |
Modifier and Type | Method and Description |
---|---|
static SOAPMessage |
createSOAPMessage(InputStream is) |
static Map |
getAgentAttributes(String endpoint,
String endPointAtrrName,
Set attrNames,
String agentType)
Returns the WSP agent attributes for a given end point.
|
static String |
getAppliesTo(Element element) |
static Map |
getSTSSAMLAttributes(FAMSTSConfiguration stsConfig) |
static SOAPMessage |
prepareSOAPMessage(String url,
String wstVersion) |
public static Debug debug
public static ResourceBundle bundle
public static Map getAgentAttributes(String endpoint, String endPointAtrrName, Set attrNames, String agentType)
endpoint
- the end point that is used in finding the
Agent configuration.endPointAtrrName
- the attribute name for the service End Point
attribute.attrNames
- the attribute names set that is used to retrieve
their values. If the attribute set is null, then it will
find all the attribute values.agentType
- the type of the agent for e.g. ProviderConfig.WSC or
ProviderConfig.WSPpublic static Map getSTSSAMLAttributes(FAMSTSConfiguration stsConfig)
public static SOAPMessage prepareSOAPMessage(String url, String wstVersion) throws FAMSTSException
FAMSTSException
public static SOAPMessage createSOAPMessage(InputStream is) throws FAMSTSException
FAMSTSException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.