Uses of Class
com.sap.security.api.ticket.TicketException

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(X509Certificate cert)
          Returns UserAccount to whom this certificate belongs. returns null if this certificate is not mapped to any user.
 IUserAccount IUserAccountFactory.getAuthenticatedUserAccount(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  String TicketVerifier.getTicket()
          Returns the ticket string this object has been fed with.
abstract  String TicketVerifier.getUser()
          Get the name of the User.
abstract  String TicketVerifier.getSystemID()
          Get the ID of the Ticket-issuing System.
abstract  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  Enumeration TicketVerifier.getInfoUnits()
          Get an Enumeration of all (unidentified) InfoUnits.
abstract  iaik.x509.X509Certificate TicketVerifier.getSignerCertificate()
          Deprecated. This method will be removed in the next release. Use TicketVerifier.getSignerCert() instead.
abstract  X509Certificate TicketVerifier.getSignerCert()
          Get the Certificate used to verify the Signature.
abstract  void TicketVerifier.verify()
          Verify the ticket.
 



Copyright 2006 SAP AG Complete Copyright Notice