Uses of Interface
net.netheos.pcsapi.credentials.AppInfo

Packages that use AppInfo
net.netheos.pcsapi.credentials   
net.netheos.pcsapi.storage   
 

Uses of AppInfo in net.netheos.pcsapi.credentials
 

Classes in net.netheos.pcsapi.credentials that implement AppInfo
 class OAuth2AppInfo
          This class holds application information for OAuth2 providers (web application workflow).
 class PasswordAppInfo
          Implementation for login/password authenticated users : in this case application name can be set to 'login'.
 

Methods in net.netheos.pcsapi.credentials that return AppInfo
 AppInfo AppInfoFileRepository.get(String providerName)
          Retrieves application information for the specified provider.
 AppInfo AppInfoRepository.get(String providerName)
          Retrieves application information for the specified provider.
 AppInfo AppInfoFileRepository.get(String providerName, String appName)
           
 AppInfo AppInfoRepository.get(String providerName, String appName)
          Retrieves application information for the specified provider and optional application.
 AppInfo UserCredentials.getAppInfo()
          Get the application informations
 

Methods in net.netheos.pcsapi.credentials with parameters of type AppInfo
 UserCredentials<?> UserCredentialsRepository.get(AppInfo appInfo, String userId)
          Retrieves user credentials for the given application and optional user id.
 UserCredentials<?> UserCredentialsFileRepository.get(AppInfo appInfo, String userId)
           
 

Constructors in net.netheos.pcsapi.credentials with parameters of type AppInfo
UserCredentials(AppInfo appInfo, String userId, T credentials)
           
 

Uses of AppInfo in net.netheos.pcsapi.storage
 

Methods in net.netheos.pcsapi.storage that return AppInfo
 AppInfo StorageBuilder.getAppInfo()
           
 



Copyright © 2014. All Rights Reserved.