Uses of Class
org.surfnet.oaaas.auth.AbstractFilter

Packages that use AbstractFilter
org.surfnet.oaaas.auth   
org.surfnet.oaaas.noop   
 

Uses of AbstractFilter in org.surfnet.oaaas.auth
 

Subclasses of AbstractFilter in org.surfnet.oaaas.auth
 class AbstractAuthenticator
          To be implemented by various authentication methods.
 class AbstractUserConsentHandler
          Responsible for handling user consent.
 

Uses of AbstractFilter in org.surfnet.oaaas.noop
 

Subclasses of AbstractFilter in org.surfnet.oaaas.noop
 class NoopAuthenticator
          A mimimalistic implementation of AbstractAuthenticator that contains no authentication but only fulfills the contract of Authenticators.
 class NoopUserConsentHandler
          A noop implementation of AbstractUserConsentHandler that contains no consent handling but only fulfills the contract of the UserConsentFilter.
 



Copyright © 2012-2013 SURFnet bv, The Netherlands. All Rights Reserved.