com.paypal.base
Class CredentialManager

java.lang.Object
  extended by com.paypal.base.CredentialManager

public final class CredentialManager
extends Object

CredentialManager acts as a factory for loading ICredential credential configured in application properties


Constructor Summary
CredentialManager(Map<String,String> configurationMap)
          Credential Manager
 
Method Summary
 ICredential getCredentialObject(String userId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CredentialManager

public CredentialManager(Map<String,String> configurationMap)
Credential Manager

Parameters:
configurationMap - Map
Method Detail

getCredentialObject

public ICredential getCredentialObject(String userId)
                                throws MissingCredentialException,
                                       InvalidCredentialException
Throws:
MissingCredentialException
InvalidCredentialException


Copyright © 2015. All Rights Reserved.