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 String |
role |
protected static String |
SP |
Constructor and Description |
---|
DefaultAttributeMapper()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Map |
getConfigAttributeMap(String realm,
String hostEntityID)
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
protected String role
public Map getConfigAttributeMap(String realm, String hostEntityID) throws WSFederationException
realm
- realm name.hostEntityID
- EntityID
of the hosted provider.WSFederationException
- if any failured.WSFederationException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.