|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Internal public interface RemoteAgentAuthenticationDao
Data access object to remote agent authentication.
Method Summary | |
---|---|
void |
approve(Iterable<RemoteAgentAuthenticationEntity> authentications)
Approve all authentications in the collection. |
Collection<RemoteAgentAuthenticationEntity> |
getAllAuthentications()
Get all agent authentications. |
RemoteAgentAuthenticationEntity |
saveAndReturn(RemoteAgentAuthenticationEntity authentication)
Save and return a new remote agent authentication. |
Methods inherited from interface com.atlassian.bamboo.persistence3.BambooObjectDao |
---|
countAll, countWithRestriction, delete, deleteAll, executeReturnInt, executeReturnLong, findAll, findById, save, saveAll |
Method Detail |
---|
@NotNull RemoteAgentAuthenticationEntity saveAndReturn(RemoteAgentAuthenticationEntity authentication)
authentication
- new authentication
@NotNull Collection<RemoteAgentAuthenticationEntity> getAllAuthentications()
void approve(Iterable<RemoteAgentAuthenticationEntity> authentications)
authentications
- collection of authentications to approve
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |