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

Packages that use Response.ResponseType
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.ResponseType in org.jasig.cas.authentication.principal
 

Methods in org.jasig.cas.authentication.principal that return Response.ResponseType
 Response.ResponseType Response.getResponseType()
           
static Response.ResponseType Response.ResponseType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Response.ResponseType[] Response.ResponseType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jasig.cas.authentication.principal with parameters of type Response.ResponseType
Response(Response.ResponseType responseType, java.lang.String url, java.util.Map<java.lang.String,java.lang.String> attributes)
           
 



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