| Package | Description |
|---|---|
| com.atlassian.crowd.dao.sso |
| Modifier and Type | Method and Description |
|---|---|
SAMLTrustEntity |
SAMLTrustDAO.addSamlTrustEntity(SAMLTrustEntity samlTrustEntity)
Store new certificate and private key
|
| Modifier and Type | Method and Description |
|---|---|
List<SAMLTrustEntity> |
SAMLTrustDAO.findAll()
Returns all stored entities of type
SAMLTrustEntity. |
Optional<SAMLTrustEntity> |
SAMLTrustDAO.findSamlTrustEntityById(long trustEntityId) |
| Modifier and Type | Method and Description |
|---|---|
SAMLTrustEntity |
SAMLTrustDAO.addSamlTrustEntity(SAMLTrustEntity samlTrustEntity)
Store new certificate and private key
|
Copyright © 2023 Atlassian. All rights reserved.