See: Description
| Interface | Description |
|---|---|
| CredentialsBinder | Deprecated
Future versions of CAS will provide a mechanism to gain access to standard items from the Request object.
|
The bind package is related to the binding of attributes and properties from the HttpServletRequest object to the Credentials class.
In the Spring Framework, binding is a term used to describe mapping request parameters to bean properties on a command object. In CAS terms, binding is the additional binding that occurs beyond the Spring binding. This type of binding is contained in a CredentialsBinder class that is plugged into various components in the web tier.
Copyright © 2004-2014 Jasig. All Rights Reserved.