|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthorizationException | |
---|---|
no.feide.moria.controller | The controller package for Moria. |
Uses of AuthorizationException in no.feide.moria.controller |
---|
Methods in no.feide.moria.controller that throw AuthorizationException | |
---|---|
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. |
private static void |
MoriaController.authorizationCheck(java.lang.String servicePrincipal,
java.lang.String[] attributes,
java.lang.String operation)
Performs an authorization validation of a service request; can the service perform the requested operation? |
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.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.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. |
private static void |
MoriaController.organizationCheck(java.lang.String servicePrincipal,
java.lang.String userOrganization)
Checks whether the user's organization is allowed to use the service in question. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |