Module eclipselink

Interface Securable

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

    public interface Securable
    extends org.eclipse.persistence.internal.security.Securable
    EclipseLink encryption interface
    • Method Detail

      • 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