public interface CosmoSecurityContext
| Modifier and Type | Method and Description |
|---|---|
Set<Ticket> |
findVisibleTickets(Item item) |
String |
getName() |
Ticket |
getTicket() |
Set<Ticket> |
getTickets() |
User |
getUser() |
boolean |
isAdmin() |
boolean |
isAnonymous() |
String getName()
boolean isAnonymous()
User getUser()
User describing the user
represented by the security context, or null if
the context does not represent a user.Ticket getTicket()
Ticket describing the ticket
represented by the security context, or null if
the context does not represent a ticket.Set<Ticket> getTickets()
boolean isAdmin()
Copyright © 2012–2018 1&1. All rights reserved.