|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface CredentialsBinder
Interface for a class that can bind items stored in the request to a particular credentials implementation. This allows for binding beyond the basic JavaBean/Request parameter binding that is handled by Spring automatically. Implementations are free to pass part or all of the HttpServletRequest to the Credentials.
This is a published and supported CAS Server 3 API.
| Method Summary | |
|---|---|
void |
bind(javax.servlet.http.HttpServletRequest request,
Credentials credentials)
Deprecated. Method to allow manually binding attributes from the request object to properties of the credentials. |
boolean |
supports(java.lang.Class<?> clazz)
Deprecated. Method to determine if a CredentialsBinder supports a specific class or not. |
| Method Detail |
|---|
void bind(javax.servlet.http.HttpServletRequest request,
Credentials credentials)
request - The HttpServletRequest from which we wish to bind
credentials tocredentials - The credentials we will be doing custom binding to.boolean supports(java.lang.Class<?> clazz)
clazz - The class to determine is supported or not
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||