Module eclipselink

Interface Securable

All Superinterfaces:
org.eclipse.persistence.internal.security.Securable

public non-sealed interface Securable extends org.eclipse.persistence.internal.security.Securable
EclipseLink encryption interface
  • Method Details

    • encryptPassword

      String encryptPassword(String pswd)
      Specified by:
      encryptPassword in interface org.eclipse.persistence.internal.security.Securable
    • decryptPassword

      String decryptPassword(String encryptedPswd)
      Specified by:
      decryptPassword in interface org.eclipse.persistence.internal.security.Securable