|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TicketException | |
| com.sap.security.api | Provides basic User Management functionality. |
| com.sap.security.api.ticket | Provides basic Ticket functionality. |
| Uses of TicketException in com.sap.security.api |
| Methods in com.sap.security.api that throw TicketException | |
IUserAccount |
IUserAccountFactory.getUserAccount(java.security.cert.X509Certificate cert)
Returns UserAccount to whom this certificate belongs. |
IUserAccount |
IUserAccountFactory.getAuthenticatedUserAccount(java.util.Map credentials)
Authenticate the supplied credentials and returns user account object. |
| Uses of TicketException in com.sap.security.api.ticket |
| Subclasses of TicketException in com.sap.security.api.ticket | |
class |
TicketExpiredException
Title: TicketExpiredException Description: Indicates that a ticket to be verified is expired Copyright: Copyright (c) 2001 Company: SAP AG |
class |
TicketVerifyException
Title: TicketExpiredException Description: Indicates that a ticket to be verified is expired Copyright: Copyright (c) 2001 Company: SAP AG |
class |
WrongTicketModeException
Title: WrongTicketModeException Description: Exception to indicate that a ticket is used in the wrong mode (create/verify) Copyright: Copyright (c) 2001 Company: SAP AG |
| Methods in com.sap.security.api.ticket that throw TicketException | |
abstract java.lang.String |
TicketVerifier.getTicket()
Returns the ticket string this object has been fed with. |
abstract java.lang.String |
TicketVerifier.getUser()
Get the name of the User. |
abstract java.lang.String |
TicketVerifier.getSystemID()
Get the ID of the Ticket-issuing System. |
abstract java.lang.String |
TicketVerifier.getSystemClient()
Get the client of the Ticket-issuing System. |
abstract InfoUnit |
TicketVerifier.getInfoUnit(int id)
Get the content of the InfoUnit id
(or null if no such Unit exists). |
abstract java.util.Enumeration |
TicketVerifier.getInfoUnits()
Get an Enumeration of all (unidentified) InfoUnits. |
abstract iaik.x509.X509Certificate |
TicketVerifier.getSignerCertificate()
Get the Certificate used to verify the Signature. |
abstract void |
TicketVerifier.verify()
Verify the ticket. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||