| Package | Description |
|---|---|
| com.atlassian.crowd.openid.server.model.profile | |
| com.atlassian.crowd.openid.server.model.profile.attribute |
| Modifier and Type | Method and Description |
|---|---|
Set<Attribute> |
Profile.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
Profile.addAttribute(Attribute attribute)
Adds or updates the attribute in the Profile's set of attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Profile.setAttributes(Set<Attribute> attributes) |
| Modifier and Type | Method and Description |
|---|---|
Class<Attribute> |
AttributeDAOHibernate.getPersistentClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeDAOHibernate.save(Attribute attribute) |
void |
AttributeDAO.save(Attribute persistentObject)
Saves a new DAO object to the persistence store.
|
Copyright © 2020 Atlassian. All rights reserved.