| Package | Description |
|---|---|
| org.apache.syncope.common.services | |
| org.apache.syncope.common.to | |
| org.apache.syncope.common.types |
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractPolicyTO> |
PolicyService.list(PolicyType type)
Returns a list of policies of the matching type.
|
<T extends AbstractPolicyTO> |
PolicyService.readGlobal(PolicyType type)
Returns the global policy for the given type.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyType |
AbstractPolicyTO.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPolicyTO.setType(PolicyType type) |
| Modifier and Type | Method and Description |
|---|---|
static PolicyType |
PolicyType.fromString(String value) |
static PolicyType |
PolicyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolicyType[] |
PolicyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.