| Package | Description |
|---|---|
| org.ikasan.security.dao | |
| org.ikasan.security.model | |
| org.ikasan.security.service |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PolicyLinkType> |
SecurityDao.getAllPolicyLinkTypes() |
java.util.List<PolicyLinkType> |
HibernateSecurityDao.getAllPolicyLinkTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityDao.saveOrUpdatePolicyLinkType(PolicyLinkType policyLinkType) |
void |
HibernateSecurityDao.saveOrUpdatePolicyLinkType(PolicyLinkType policyLinkType) |
| Modifier and Type | Method and Description |
|---|---|
PolicyLinkType |
PolicyLink.getPolicyLinkType() |
| Modifier and Type | Method and Description |
|---|---|
void |
PolicyLink.setPolicyLinkType(PolicyLinkType policyLinkType) |
| Constructor and Description |
|---|
PolicyLink(PolicyLinkType policyLinkType,
java.lang.Long targetId,
java.lang.String name)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PolicyLinkType> |
SecurityService.getAllPolicyLinkTypes() |
java.util.List<PolicyLinkType> |
SecurityServiceImpl.getAllPolicyLinkTypes() |
Copyright © 2007-2019 Ikasan. All Rights Reserved.