Class SmartOpenIdController
- java.lang.Object
-
- org.apereo.cas.web.AbstractDelegateController
-
- org.apereo.cas.support.openid.web.mvc.SmartOpenIdController
-
- All Implemented Interfaces:
java.io.Serializable,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
@Deprecated(since="6.2.0") public class SmartOpenIdController extends org.apereo.cas.web.AbstractDelegateController implements java.io.SerializableDeprecated.6.2Generates an association to an openid association request.- Since:
- 3.5
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SmartOpenIdController()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancanHandle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Deprecated.java.util.Map<java.lang.String,java.lang.String>getAssociationResponse(javax.servlet.http.HttpServletRequest request)Deprecated.Gets the association response.protected org.springframework.web.servlet.ModelAndViewhandleRequestInternal(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Deprecated.
-
-
-
Method Detail
-
getAssociationResponse
public java.util.Map<java.lang.String,java.lang.String> getAssociationResponse(javax.servlet.http.HttpServletRequest request)
Deprecated.Gets the association response. Determines the mode first. If mode is set to associate, will set the response. Then builds the response parameters next and returns.- Parameters:
request- the request- Returns:
- the association response
-
canHandle
public boolean canHandle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Deprecated.- Specified by:
canHandlein classorg.apereo.cas.web.AbstractDelegateController
-
handleRequestInternal
protected org.springframework.web.servlet.ModelAndView handleRequestInternal(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Deprecated.- Specified by:
handleRequestInternalin classorg.apereo.cas.web.AbstractDelegateController
-
-