public class HostedService extends Service
HostedServiceEntity,
Serialized FormService.ConnectionMode| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
HOSTED_ATTR_SERVICE_PROFILE |
static java.lang.String |
SERVICE_HOSTED_PROFILE_NAME |
COMPLIANCE_ALERT_ACCOUNT_CHANGE, COMPLIANCE_ALERT_IDENTITY_CHANGE, COMPLIANCE_ALERT_POLICY_CHANGE, COMPLIANCE_ALERT_RECONCILIATION, CONNECTION_MODE, CORRECT_NONCOMPLIANT, ITIM_SERVICE_ATTR_REPOSITORY_SERVICE, MARK_NONCOMPLIANT, ON_ADD, ON_CHANGE, ON_DELETE, SERVICE_ATTR_ALERT_OPTION, SERVICE_ATTR_CHECK_POLICY, SERVICE_ATTR_CONCURRENCY_LOCK_TIMEOUT, SERVICE_ATTR_CONSTRAINT_VIOLATION_ACTION, SERVICE_ATTR_DESCRIPTION, SERVICE_ATTR_DISALLOWED_ACTION, SERVICE_ATTR_EVALUATE_SOD, SERVICE_ATTR_EVALUATE_SSO, SERVICE_ATTR_IDENTITY_PROFILE, SERVICE_ATTR_MAPPING_FILE_LOCATION, SERVICE_ATTR_NAME, SERVICE_ATTR_NONCOMPLIANCE_ACTION, SERVICE_ATTR_OWNER, SERVICE_ATTR_PASSWORD, SERVICE_ATTR_PLACEMENT_RULE, SERVICE_ATTR_PREREQUISITE, SERVICE_ATTR_TAG, SERVICE_ATTR_USE_WORKFLOW, SERVICE_DSML_PROFILE_NAME, SERVICE_DSML2_PROFILE_NAME, SERVICE_ENROLE_PROFILE_NAME, SUSPEND_NONCOMPLIANT, USE_GLOBAL_SETTING, USE_WORKFLOW_FOR_NONCOMPLIANTATTR_ACCESS_RIGHT, ATTR_LIFECYCLE_ENABLE, ATTR_URI, DESCRIPTION, NAME| Constructor and Description |
|---|
HostedService()
Default empty constructor
|
HostedService(java.lang.String concretServiceProfileName,
AttributeValues attributes)
Constructs object with profile and attribute information.
|
| Modifier and Type | Method and Description |
|---|---|
DistinguishedName |
getHostDN()
Returns the distinguished name of the concrete service that this object
proxies.
|
java.lang.String |
getHostProfileName()
Returns the name of the profile identifying the type of concrete service
this object proxies.
|
getAlertOptions, getConcurrencyLockTimeout, getConnectionMode, getConstraintViolationAction, getDescription, getDisallowedAction, getNonComplianceAction, getOwnerDN, getPrerequisiteDNs, getServiceProfileName, isCheckingPolicy, isEnrole, isEvaluateSoD, isManual, removeOwnerDN, setAlertOptions, setCheckingPolicy, setConnectionMode, setConstraintViolationAction, setDescription, setDisallowedAction, setEvaluateSoD, setNonComplianceAction, setOwnerDNaddAttribute, addAttributeValues, getAccessRights, getAttribute, getAttributes, getAuthorizationOwners, getMapAttributeNames, getMappedAttributes, getName, getNameAttribute, getOldMappedAttributes, getProfileName, getRawAttributes, getSortValue, getTenantDN, isLifecycleDefined, removeAttribute, removeAttribute, setAccessRights, setAttribute, setAttributes, setAuthorizationOwners, setProfileName, setTenantDN, toStringclearChange, clearChanges, getChanges, getDistinguishedName, getLastModified, getObjectClasses, getOldAttributes, setDistinguishedNamepublic static final java.lang.String SERVICE_HOSTED_PROFILE_NAME
public static java.lang.String HOSTED_ATTR_SERVICE_PROFILE
public HostedService()
public HostedService(java.lang.String concretServiceProfileName,
AttributeValues attributes)
concretServiceProfileName - Name of the profile used by the
concrete service to identify its type (i.e., NTDomain, Solaris).attributes - AttributeValues holding the attributes of the hosted
service.public DistinguishedName getHostDN()
public java.lang.String getHostProfileName()