public class AMServiceUtils extends Object
Constructor and Description |
---|
AMServiceUtils()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected static ServiceConfig |
createOrgConfig(SSOToken token,
String orgDN,
String serviceName,
Map avPair)
Deprecated.
Create Service Template for a AMro profile, could be used to set policy
to a profile
|
static ServiceConfig |
getOrgConfig(SSOToken token,
String orgDN,
String serviceName)
Deprecated.
Get organization config for the service
|
protected static Set |
getServiceAttributeNames(SSOToken token,
String serviceName,
SchemaType type)
Deprecated.
Get attribute names for the specified Service and Schema Type
|
protected static Set |
getServiceAttributesWithQualifier(SSOToken token,
String serviceName)
Deprecated.
Method to get the attribute names of a service with CosQualifier.
|
static Map |
getServiceConfig(SSOToken token,
String serviceName,
SchemaType type)
Deprecated.
Get service default config from SMS
|
static boolean |
serviceHasSubSchema(SSOToken token,
String serviceName,
SchemaType schemaType)
Deprecated.
Returns true if the service has the subSchema.
|
protected static Set getServiceAttributeNames(SSOToken token, String serviceName, SchemaType type) throws SMSException, SSOException
token
- SSOToken a valid SSOTokenserviceName
- the service nametype
- the SchemaTypeSMSException
SSOException
protected static Set getServiceAttributesWithQualifier(SSOToken token, String serviceName) throws SMSException, SSOException
This method only populates these attributes only for Dynamic attributes.
SMSException
SSOException
public static boolean serviceHasSubSchema(SSOToken token, String serviceName, SchemaType schemaType) throws SMSException, SSOException
token
- SSOToken a valid SSOTokenserviceName
- the service nameschemaType
- service schema type (Dynamic, Policy etc)SMSException
SSOException
public static Map getServiceConfig(SSOToken token, String serviceName, SchemaType type) throws SMSException, SSOException
token
- SSOToken a valid SSOTokenserviceName
- the service nametype
- service schema type (Dynamic, Policy etc)SMSException
SSOException
protected static ServiceConfig createOrgConfig(SSOToken token, String orgDN, String serviceName, Map avPair) throws SSOException, AMException
token
- SSOTokenorgDN
- DN of the org or org unitserviceName
- Service NameavPair
- attributes to be setSSOException
AMException
public static ServiceConfig getOrgConfig(SSOToken token, String orgDN, String serviceName) throws SSOException, AMException
token
- SSOTokenorgDN
- DN of the org or org unitserviceName
- Service NameSSOException
AMException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.