public class DefaultAttributeMapper extends Object
DefaultAttribute
is the base class for
DefaultSPAttributeMapper
and
DefaultIDPAttributeMapper
for sharing the common
functionalities.Modifier and Type | Field and Description |
---|---|
protected static ResourceBundle |
bundle |
protected static Debug |
debug |
protected static DataStoreProvider |
dsProvider |
protected static String |
IDP |
protected static String |
SP |
Constructor and Description |
---|
DefaultAttributeMapper()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getConfigAttributeMap(String realm,
String hostEntityID,
String role)
Returns the attribute map by parsing the configured map in hosted
provider configuration
|
protected static Debug debug
protected static ResourceBundle bundle
protected static DataStoreProvider dsProvider
protected static final String IDP
protected static final String SP
public Map<String,String> getConfigAttributeMap(String realm, String hostEntityID, String role) throws SAML2Exception
realm
- realm name.hostEntityID
- EntityID
of the hosted provider.SAML2Exception
- if any failured.SAML2Exception
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.