Uses of Class
com.evolveum.midpoint.xml.ns._public.resource.capabilities_2.CapabilityType

Packages that use CapabilityType
com.evolveum.midpoint.schema.util   
com.evolveum.midpoint.xml.ns._public.resource.capabilities_2   
 

Uses of CapabilityType in com.evolveum.midpoint.schema.util
 

Methods in com.evolveum.midpoint.schema.util with type parameters of type CapabilityType
static
<T extends CapabilityType>
T
ResourceTypeUtil.getEffectiveCapability(ResourceType resource, Class<T> capabilityClass)
          Assumes that native capabilities are already cached.
static
<T extends CapabilityType>
boolean
ResourceTypeUtil.hasEffectiveCapability(ResourceType resource, Class<T> capabilityClass)
           
static
<T extends CapabilityType>
boolean
ResourceTypeUtil.isCapabilityEnabled(T capability)
           
 

Uses of CapabilityType in com.evolveum.midpoint.xml.ns._public.resource.capabilities_2
 

Subclasses of CapabilityType in com.evolveum.midpoint.xml.ns._public.resource.capabilities_2
 class ActivationCapabilityType
          Describes capability to process activation data, which means enable/disable of accounts, dates for scheduled enable/disable and similar things related to make the account active.
 class ActivationEnableDisableCapabilityType
          Describes capability to enable and disable account.
 class CredentialsCapabilityType
          Describes capability to present credentials in a structured way.
 class LiveSyncCapabilityType
          Describes capability to detect changes in almost real time (live synchronization).
 class PasswordCapabilityType
          Describes capability to present password in a structured way.
 class ScriptCapabilityType
          Describes capability to execute scripts (short pieces of program) on the connector or resource.
 class TestConnectionCapabilityType
          Describes capability to test connection to the resource once the connector is configured.
 

Methods in com.evolveum.midpoint.xml.ns._public.resource.capabilities_2 that return CapabilityType
 CapabilityType CapabilityType.clone()
          Creates and returns a deep copy of this object.
 

Constructors in com.evolveum.midpoint.xml.ns._public.resource.capabilities_2 with parameters of type CapabilityType
CapabilityType(CapabilityType o)
          Creates a new CapabilityType instance by deeply copying a given CapabilityType instance.
 



Copyright © 2013 evolveum. All Rights Reserved.