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

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

Uses of IllegalInputException in no.feide.moria.controller
 

Methods in no.feide.moria.controller that throw IllegalInputException
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.util.Map MoriaController.directNonInteractiveAuthentication(java.lang.String[] requestedAttributes, java.lang.String userId, java.lang.String password, java.lang.String servicePrincipal)
          Performs a direct authentication without the use of tickets.
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 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.lang.String MoriaController.initiateAuthentication(java.lang.String[] attributes, java.lang.String returnURLPrefix, java.lang.String returnURLPostfix, boolean forceInteractiveAuthentication, java.lang.String servicePrincipal)
          Initiates authentication through Moria.
static void MoriaController.invalidateSSOTicket(java.lang.String ssoTicketId)
          Invalidates an SSO ticket.
static java.util.Map MoriaController.proxyAuthentication(java.lang.String[] requestedAttributes, java.lang.String proxyTicketId, java.lang.String servicePrincipal)
          Performs a ticket based proxy authentication.
static boolean MoriaController.verifyUserExistence(java.lang.String userId, java.lang.String servicePrincipal)
          Verifies the existence of a user.
 



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