public interface SAMLTrustDAO
| Modifier and Type | Method and Description |
|---|---|
SAMLTrustEntity |
addSamlTrustEntity(SAMLTrustEntity samlTrustEntity)
Store new certificate and private key
|
List<SAMLTrustEntity> |
findAll()
Returns all stored entities of type
SAMLTrustEntity. |
Optional<SAMLTrustEntity> |
findSamlTrustEntityById(long trustEntityId) |
SAMLTrustEntity addSamlTrustEntity(SAMLTrustEntity samlTrustEntity)
samlTrustEntity - trust entity (certificate and private key) to storeOptional<SAMLTrustEntity> findSamlTrustEntityById(long trustEntityId)
trustEntityId - the id of the trust entity (certificate and private key) to findList<SAMLTrustEntity> findAll()
SAMLTrustEntity.Copyright © 2023 Atlassian. All rights reserved.