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 Interface for a class that can bind items stored in the request to a particular credentials implementation.
 

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