Package | Description |
---|---|
com.atlassian.crowd.dao.sso | |
com.atlassian.crowd.migration | |
com.atlassian.crowd.util |
Modifier and Type | Method and Description |
---|---|
SAMLTrustEntity |
SAMLTrustDAOHibernate.addSamlTrustEntity(SAMLTrustEntity samlTrustEntity) |
SAMLTrustEntity |
SAMLTrustDAO.addSamlTrustEntity(SAMLTrustEntity samlTrustEntity)
Store new certificate and private key
|
Modifier and Type | Method and Description |
---|---|
List<SAMLTrustEntity> |
SAMLTrustDAOHibernate.findAll() |
List<SAMLTrustEntity> |
SAMLTrustDAO.findAll()
Returns all stored entities of type
SAMLTrustEntity . |
Optional<SAMLTrustEntity> |
SAMLTrustDAOHibernate.findSamlTrustEntityById(long trustEntityId) |
Optional<SAMLTrustEntity> |
SAMLTrustDAO.findSamlTrustEntityById(long trustEntityId) |
Class<SAMLTrustEntity> |
SAMLTrustDAOHibernate.getPersistentClass() |
Modifier and Type | Method and Description |
---|---|
SAMLTrustEntity |
SAMLTrustDAOHibernate.addSamlTrustEntity(SAMLTrustEntity samlTrustEntity) |
SAMLTrustEntity |
SAMLTrustDAO.addSamlTrustEntity(SAMLTrustEntity samlTrustEntity)
Store new certificate and private key
|
Modifier and Type | Method and Description |
---|---|
protected void |
SAMLTrustEntityMapper.addConfigToXml(org.dom4j.Element xml,
SAMLTrustEntity config) |
Modifier and Type | Method and Description |
---|---|
SAMLTrustEntity |
KeyCertificatePairUtilsImpl.pairToSamlTrustEntity(KeyCertificatePair keyCertificatePair) |
Modifier and Type | Method and Description |
---|---|
KeyCertificatePair |
KeyCertificatePairUtilsImpl.samlTrustEntityToPair(SAMLTrustEntity trustEntity) |
Copyright © 2020 Atlassian. All rights reserved.