|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MoriaTicket in no.feide.moria.store |
---|
Methods in no.feide.moria.store that return MoriaTicket | |
---|---|
(package private) MoriaTicket |
MoriaCacheStore.getFromStore(MoriaTicketType[] ticketTypes,
java.lang.String ticketId)
Retrieves a ticket instance which may be one of a number of types. |
(package private) MoriaTicket |
MoriaCacheStore.getFromStore(MoriaTicketType ticketType,
java.lang.String ticketId)
Retrieves a ticket instance from the store. |
Methods in no.feide.moria.store with parameters of type MoriaTicket | |
---|---|
private void |
MoriaCacheStore.insertIntoStore(MoriaTicket ticket)
Inserts an authentication attempt or cached user data into the cache. |
private void |
MoriaCacheStore.removeFromStore(MoriaTicket ticket)
Removes a ticket, and possibly a connected userdata or authnAttempt from the cache. |
private void |
MoriaCacheStore.validateTicket(MoriaTicket ticket,
MoriaTicketType[] ticketTypes,
java.lang.String servicePrincipal)
Check validity of ticket against a set of types and expiry time. |
private void |
MoriaCacheStore.validateTicket(MoriaTicket ticket,
MoriaTicketType ticketType,
java.lang.String servicePrincipal)
Checks validity of ticket against type and expiry time. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |