@Deprecated public interface CredentialsBinder
This is a published and supported CAS Server 3 API.
| Modifier and Type | Method and Description |
|---|---|
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(Class<?> clazz)
Deprecated.
Method to determine if a CredentialsBinder supports a specific class or
not.
|
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(Class<?> clazz)
clazz - The class to determine is supported or notCopyright © 2004-2012 Jasig. All Rights Reserved.