Uses of Interface
com.dyuproject.web.auth.CredentialSource

Packages that use CredentialSource
com.dyuproject.web.auth   
 

Uses of CredentialSource in com.dyuproject.web.auth
 

Classes in com.dyuproject.web.auth that implement CredentialSource
 class SimpleCredentialSource
          The credentials are retrieved from java.util.Properties.
 

Methods in com.dyuproject.web.auth that return CredentialSource
 CredentialSource Authentication.getCredentialSource()
           
 

Methods in com.dyuproject.web.auth with parameters of type CredentialSource
 void Authentication.setCredentialSource(CredentialSource credentialSource)
           
 

Constructors in com.dyuproject.web.auth with parameters of type CredentialSource
Authentication(CredentialSource credentialSource)
           
BasicAuthentication(CredentialSource credentialSource)
           
DigestAuthentication(CredentialSource credentialSource)
           
SmartDigestAuthentication(CredentialSource credentialSource, String secretKey)
           
SmartDigestAuthentication(CredentialSource credentialSource, String secretKey, int maxAgeSeconds)
           
 



Copyright © 2013. All Rights Reserved.