com.ibm.itim.dataservices.model.domain
Interface IServiceEntity


public interface IServiceEntity


Field Summary
static java.lang.String NAME
           
 
Method Summary
 ServiceEntity create(ObjectProfile profile, Service service)
          Create a ServiceEntity object for this Service.
 ServiceEntity create(Service serviceObject)
          Create a ServiceEntity object for this Service.
 

Field Detail

NAME

static final java.lang.String NAME
See Also:
Constant Field Values
Method Detail

create

ServiceEntity create(Service serviceObject)
Create a ServiceEntity object for this Service. Used to ensure that the correct type of Entity (ServiceEntity or HostedServiceEntity) is created.

Returns:
ServiceEntity object and HostedServiceEntity if the service is a hosted service.

create

ServiceEntity create(ObjectProfile profile,
                     Service service)
Create a ServiceEntity object for this Service. Used to ensure that the correct type of Entity (ServiceEntity or HostedServiceEntity) is created.

Parameters:
profile - Profile identifying the type of this service (e.g., NT, Exchange).
Returns:
ServiceEntity object and HostedServiceEntity if the service is a hosted service.


IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.