public class SAMLServiceManager extends Object implements ConfigurationListener
Modifier and Type | Class and Description |
---|---|
static class |
SAMLServiceManager.SiteEntry
This class contains the mapping between supported target
host:port(target) and its saml-aware-servlet URL & sourceid.
|
static class |
SAMLServiceManager.SOAPEntry
Contains the mapping between Source ID (SourceID) and its
SOAP-Receiver-servlet URL (SOAPUrl).
|
Modifier and Type | Field and Description |
---|---|
static boolean |
localFlag
Flag used by SAMLClient to determine if the client is local to
AssertionManager or not.
|
Modifier and Type | Method and Description |
---|---|
void |
configChanged(ConfigurationActionEvent e)
Updates SAML configuration when SAML service's configuration
data has been changed.
|
static Object |
getAttribute(String attributeName)
Retrieves current value of an AttributeSchema in the SAML
ServiceSchema.
|
static String |
getAuthMethodURI(String authModuleName)
Returns corresponding Authentication method URI to be set in Assertion.
|
static boolean |
getRemoveAssertion()
Returns the value of flag remove assertion.
|
static String |
getServerHost()
Returns server host.
|
static String |
getServerPort()
Returns server port in string format.
|
static String |
getServerProtocol()
Returns server protocol.
|
static String |
getServerURI()
Returns server URI.
|
static String |
getServerURL()
Returns server url.
|
public static boolean localFlag
public static boolean getRemoveAssertion()
public static String getServerProtocol()
public static String getServerHost()
public static String getServerPort()
public static String getServerURI()
public static String getServerURL()
public static Object getAttribute(String attributeName)
attributeName
- the name of the attributeSchema.public static String getAuthMethodURI(String authModuleName)
authModuleName
- name of the authentication module used to
authenticate the user.public void configChanged(ConfigurationActionEvent e)
configChanged
in interface ConfigurationListener
e
- Configuration action event, like ADDED, DELETED, MODIFIED etc.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.