public class DefaultFSUserProvider extends Object implements FSUserProvider
FSUserProvider
.Constructor and Description |
---|
DefaultFSUserProvider()
Default Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getUserID(String orgDN,
Map avPairs,
Map env)
Searches user.
|
void |
init(String hostedProviderId)
Initializes the provider.
|
public DefaultFSUserProvider() throws FSAccountMgmtException
FSAccountMgmtException
public void init(String hostedProviderId) throws FSAccountMgmtException
init
in interface FSUserProvider
hostedProviderId
- ID of hosted provider.FSAccountMgmtException
- if an error occurred during
initialization.public String getUserID(String orgDN, Map avPairs, Map env) throws FSAccountMgmtException
getUserID
in interface FSUserProvider
orgDN
- The organization to search the user.avPairs
- Attribute value pairs that will be used for searching
the user.env
- Extra parameters that can be used for user mapping.FSAccountMgmtException
- if an error occurred.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.