com.silverpeas.authentication
Class CredentialEncryptionFactory

java.lang.Object
  extended by com.silverpeas.authentication.CredentialEncryptionFactory

public class CredentialEncryptionFactory
extends Object

Factory of CredentialEncryption instances. It constructs an instance from the correct encryption implementation after identifying it from the settings.


Method Summary
 CredentialEncryption getEncryption()
          Get standard Encryption class
static CredentialEncryptionFactory getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static CredentialEncryptionFactory getInstance()

getEncryption

public CredentialEncryption getEncryption()
Get standard Encryption class

Returns:


Copyright © 2016 Silverpeas. All Rights Reserved.