| Package | Description |
|---|---|
| org.unitedinternet.cosmo.model | |
| org.unitedinternet.cosmo.security | |
| org.unitedinternet.cosmo.service |
| Modifier and Type | Method and Description |
|---|---|
Ticket |
EntityFactory.createTicket(TicketType type)
Create new Ticket with specified type.
|
Ticket |
EntityFactory.creatTicket()
Create new Ticket
|
Ticket |
CollectionSubscription.getTicket()
Gets the ticket set for this subscription based on which sharee privileges will be calculated.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Ticket> |
Item.getTickets()
Get all Tickets on Item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Item.addTicket(Ticket ticket) |
int |
Ticket.compareTo(Ticket t) |
void |
Item.removeTicket(Ticket ticket) |
void |
CollectionSubscription.setTicket(Ticket ticket) |
| Modifier and Type | Method and Description |
|---|---|
Ticket |
CosmoSecurityContext.getTicket() |
| Modifier and Type | Method and Description |
|---|---|
Set<Ticket> |
CosmoSecurityContext.findVisibleTickets(Item item) |
Set<Ticket> |
CosmoSecurityContext.getTickets() |
| Modifier and Type | Method and Description |
|---|---|
void |
CosmoSecurityManager.registerTickets(Set<Ticket> tickets)
Associate additional tickets with the current security context.
|
| Modifier and Type | Method and Description |
|---|---|
Ticket |
ContentService.getTicket(Item item,
String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentService.createTicket(Item item,
Ticket ticket)
Creates a ticket on an item.
|
void |
ContentService.createTicket(String path,
Ticket ticket)
Creates a ticket on an item.
|
void |
ContentService.removeTicket(Item item,
Ticket ticket)
Removes a ticket from an item.
|
Copyright © 2012–2018 1&1. All rights reserved.