at.gv.egiz.moodle.eidconnector.auth.data
Class TicketProvider
java.lang.Object
at.gv.egiz.moodle.eidconnector.auth.data.TicketProvider
public final class TicketProvider
- extends Object
Provides a ticket creation service following OASIS SAML Binding 1.1.
- Author:
- AT-TUG (Thomas Knall)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static TicketProvider getInstance()
createTicket
public String createTicket()
throws NoSuchAlgorithmException
- Throws:
NoSuchAlgorithmException
createTicket
public String createTicket(String sourceID)
throws NoSuchAlgorithmException
- Throws:
NoSuchAlgorithmException
createTicket
public String createTicket(String sourceID,
String assertionHandle)
throws NoSuchAlgorithmException
- Throws:
NoSuchAlgorithmException
Copyright 2009 EGIZ. All Rights Reserved.