Package org.jasig.cas.web.bind

The bind package is related to the binding of attributes and properties from the HttpServletRequest object to the Credentials class.

See:
          Description

Interface Summary
CredentialsBinder Deprecated. Future versions of CAS will provide a mechanism to gain access to standard items from the Request object.
 

Package org.jasig.cas.web.bind Description

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-2010 Java Architectures Special Interest Group. All Rights Reserved.