@Transactional @Repository public class TrustedIdpDAOJPAImpl extends Object implements TrustedIdpDAO
| Constructor and Description |
|---|
TrustedIdpDAOJPAImpl() |
| Modifier and Type | Method and Description |
|---|---|
TrustedIdp |
addTrustedIDP(TrustedIdp trustedIdp) |
void |
deleteTrustedIDP(String realm) |
static void |
domain2entity(TrustedIdp trustedIDP,
TrustedIdpEntity entity) |
static TrustedIdp |
entity2domain(TrustedIdpEntity entity) |
TrustedIdp |
getTrustedIDP(String realm) |
List<TrustedIdp> |
getTrustedIDPs(int start,
int size) |
void |
setEntityManager(javax.persistence.EntityManager entityManager) |
void |
updateTrustedIDP(String realm,
TrustedIdp trustedIdp) |
public void setEntityManager(javax.persistence.EntityManager entityManager)
public List<TrustedIdp> getTrustedIDPs(int start, int size)
getTrustedIDPs in interface TrustedIdpDAOpublic TrustedIdp getTrustedIDP(String realm)
getTrustedIDP in interface TrustedIdpDAOpublic TrustedIdp addTrustedIDP(TrustedIdp trustedIdp)
addTrustedIDP in interface TrustedIdpDAOpublic void updateTrustedIDP(String realm, TrustedIdp trustedIdp)
updateTrustedIDP in interface TrustedIdpDAOpublic void deleteTrustedIDP(String realm)
deleteTrustedIDP in interface TrustedIdpDAOpublic static void domain2entity(TrustedIdp trustedIDP, TrustedIdpEntity entity)
public static TrustedIdp entity2domain(TrustedIdpEntity entity)
Apache Fediz