Uses of Class
com.jamasoftware.contour.domain.AuthProviderConfig

Packages that use AuthProviderConfig
com.jamasoftware.contour.dao   
 

Uses of AuthProviderConfig in com.jamasoftware.contour.dao
 

Methods in com.jamasoftware.contour.dao that return AuthProviderConfig
 AuthProviderConfig AuthProviderConfigDao.getAuthProviderConfig(int configId)
           
 AuthProviderConfig LdapUserDao.getConfig()
           
 AuthProviderConfig AuthProviderConfigDao.saveAuthProviderConfig(AuthProviderConfig config)
           
 

Methods in com.jamasoftware.contour.dao that return types with arguments of type AuthProviderConfig
 java.util.List<AuthProviderConfig> AuthProviderConfigDao.getAuthProviderConfigList()
           
 

Methods in com.jamasoftware.contour.dao with parameters of type AuthProviderConfig
 void AuthProviderConfigDao.deleteAuthProviderConfig(AuthProviderConfig config)
           
 AuthProviderConfig AuthProviderConfigDao.saveAuthProviderConfig(AuthProviderConfig config)
           
 



Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.