Uses of Class
no.feide.moria.controller.UnknownTicketException

Packages that use UnknownTicketException
no.feide.moria.controller The controller package for Moria. 
 

Uses of UnknownTicketException in no.feide.moria.controller
 

Methods in no.feide.moria.controller that throw UnknownTicketException
static java.util.Map MoriaController.attemptLogin(java.lang.String loginTicketId, java.lang.String ssoTicketId, java.lang.String userId, java.lang.String password, boolean denySSO)
          Performs interactive login attempt using tickets and credentials.
static java.lang.String MoriaController.attemptSingleSignOn(java.lang.String loginTicketId, java.lang.String ssoTicketId)
          Attempts single sign on (non-interactive) with an SSO ticket together with the login ticket.
static java.lang.String MoriaController.getProxyTicket(java.lang.String ticketGrantingTicket, java.lang.String proxyServicePrincipal, java.lang.String servicePrincipal)
          Generates a proxy ticket based on a TGT.
static java.lang.String MoriaController.getRedirectURL(java.lang.String serviceTicketId)
          Creates a redirect URL for redirecting user back to web service.
static java.lang.String[] MoriaController.getRequestedAttributes(java.lang.String loginTicket, java.lang.String servicePrincipal)
          Gets the name of the attributes a service requests, based on the loginTicket.
static int MoriaController.getSecLevel(java.lang.String loginTicketId)
          Gets the security level of an authentication attempt.
static java.util.HashMap MoriaController.getServiceProperties(java.lang.String loginTicketId)
          Returns the service configuration for the service that created the authentication attempt.
static java.util.Map MoriaController.getUserAttributes(java.lang.String serviceTicketId, java.lang.String servicePrincipal)
          Retrieves user attributes from an authentication attempt.
static java.util.Map MoriaController.proxyAuthentication(java.lang.String[] requestedAttributes, java.lang.String proxyTicketId, java.lang.String servicePrincipal)
          Performs a ticket based proxy authentication.
 



Copyright © 2001-2006 UNINETT FAS. All Rights Reserved.