public interface IDCTreeServices
Modifier and Type | Method and Description |
---|---|
String |
getOrganizationDN(SSOToken token,
String domainName)
Return the Organization DN for a given domain.
|
boolean |
isRequired()
Method to determine if DC Tree support is required or not.
|
boolean isRequired() throws AMException, SSOException
AMException
SSOException
String getOrganizationDN(SSOToken token, String domainName) throws AMException
For example, if the domain is sun.com
, then the value of
the attribute inetBaseDomainDN
in the DC tree node
representing sun.com
is returned.
token
- User's single sign on tokendomainName
- Name of the domain DN
of the entry.AMException
- if an error is encountered while trying to determine the
Organization DN.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.