| Package | Description |
|---|---|
| org.apache.syncope.common.services | |
| org.apache.syncope.common.to |
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractPolicyTO> |
PolicyService.create(T policyTO)
Create a new policy.
|
<T extends AbstractPolicyTO> |
PolicyService.delete(Long policyId)
Delete policy matching the given id.
|
<T extends AbstractPolicyTO> |
PolicyService.list(PolicyType type)
Returns a list of policies of the matching type.
|
<T extends AbstractPolicyTO> |
PolicyService.read(Long policyId)
Returns the policy matching the given id.
|
<T extends AbstractPolicyTO> |
PolicyService.readGlobal(PolicyType type)
Returns the global policy for the given type.
|
<T extends AbstractPolicyTO> |
PolicyService.update(Long policyId,
T policyTO)
Updates policy matching the given id.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccountPolicyTO |
class |
PasswordPolicyTO |
class |
SyncPolicyTO |
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.