Uses of Class
org.jasig.cas.authentication.principal.Response

Packages that use Response
org.jasig.cas.authentication.principal Credentials is a marker interface for an opaque object that may be recognized by Handlers and Resolvers. 
 

Uses of Response in org.jasig.cas.authentication.principal
 

Methods in org.jasig.cas.authentication.principal that return Response
static Response Response.getPostResponse(java.lang.String url, java.util.Map<java.lang.String,java.lang.String> attributes)
           
static Response Response.getRedirectResponse(java.lang.String url, java.util.Map<java.lang.String,java.lang.String> parameters)
           
 Response WebApplicationService.getResponse(java.lang.String ticketId)
          Constructs the url to redirect the service back to.
 Response SimpleWebApplicationServiceImpl.getResponse(java.lang.String ticketId)
           
 Response SamlService.getResponse(java.lang.String ticketId)
           
 Response GoogleAccountsService.getResponse(java.lang.String ticketId)
           
 



Copyright © 2004-2010 Java Architectures Special Interest Group. All Rights Reserved.